#2DDF98

Color #2DDF98 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2DDF98

Tints of Shamrock #2DDF98

Color information

#2DDF98 (or 0x2DDF98) is unknown color: approx Shamrock. HEX triplet: 2D, DF and 98. RGB value is (45,223,152). Sum of RGB (Red+Green+Blue) = 45+223+152=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDF98 is #D22067. Grayscale: #A1A1A1. Windows color (decimal): -13770856 or 10018605. OLE color: 10018605.

HSL color Cylindrical-coordinate representation of color #2DDF98: hue angle of 156.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF98 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB45223152-
CMYK0.8000.320.13
HSL156.07º73.55%52.55%-
HSV(B)156.07º79.82%87.45%-
XYZ33.1455.638.69-
YUV161.68122.5344.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 10.71%
GREEN value IS 223 (87.5% from 255) = 53.10%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=10.71%
G=53.10%
B=36.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal452231520.8000.320.13156.0773.5552.55
Hex2DDF9850020D9c4a35
Octal553372301200401523411265
Binary1011011101111110011000101000001000001101100111001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DDF98; }

 p { color: rgb(45,223,152); }

 H1.HeaderClassName
 {
   color: #2DDF98;
 }
 .AnyTagClassName
 {
   color: #2DDF98;
 }
</style>
background-color css

<style>
 a { background-color: #2DDF98; }

 a { background-color: rgb(45,223,152); }

 div.DivClassName
 {
   background-color: #2DDF98;
 }
 .BgClassName
 {
   background-color: #2DDF98;
 }
</style>
border-color css

<style>
 span { border-color: #2DDF98; }

 span { border-color: rgb(45,223,152); }

 td.TdClassName
 {
   border-color: #2DDF98;
 }
 .TagClassName
 {
   border-color: #2DDF98;
 }
</style>