#D2E095

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

Shades of Reef #D2E095

Tints of Reef #D2E095

Color information

#D2E095 (or 0xD2E095) is unknown color: approx Reef. HEX triplet: D2, E0 and 95. RGB value is (210,224,149). Sum of RGB (Red+Green+Blue) = 210+224+149=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E095 is #2D1F6A. Grayscale: #D3D3D3. Windows color (decimal): -2957163 or 9822418. OLE color: 9822418.

HSL color Cylindrical-coordinate representation of color #D2E095: hue angle of 71.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2E095 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB210224149-
CMYK0.0600.330.12
HSL71.2º54.74%73.14%-
HSV(B)71.2º33.48%87.84%-
XYZ58.6669.1838.7-
YUV211.2692.86127.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=36.02%
G=38.42%
B=25.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102241490.0600.330.1271.254.7473.14
HexD2E0956021C473749
Octal32234022560411410767111
Binary1101001011100000100101011100100001110010001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E095; }

 p { color: rgb(210,224,149); }

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

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

 a { background-color: rgb(210,224,149); }

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

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

 span { border-color: rgb(210,224,149); }

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