#D2E79A

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

Shades of Reef #D2E79A

Tints of Reef #D2E79A

Color information

#D2E79A (or 0xD2E79A) is unknown color: approx Reef. HEX triplet: D2, E7 and 9A. RGB value is (210,231,154). Sum of RGB (Red+Green+Blue) = 210+231+154=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E79A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E79A is #2D1865. Grayscale: #D8D8D8. Windows color (decimal): -2955366 or 10151890. OLE color: 10151890.

HSL color Cylindrical-coordinate representation of color #D2E79A: hue angle of 76.36º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2E79A is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB210231154-
CMYK0.0900.330.09
HSL76.36º61.6%75.49%-
HSV(B)76.36º33.33%90.59%-
XYZ60.9973.1941.48-
YUV215.9493.04123.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 231 (90.62% from 255) = 38.82%
BLUE value IS 154 (60.55% from 255) = 25.88%
R=35.29%
G=38.82%
B=25.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102311540.0900.330.0976.3661.675.49
HexD2E79A902194c3e4b
Octal322347232110411111476113
Binary11010010111001111001101010010100001100110011001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E79A; }

 p { color: rgb(210,231,154); }

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

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

 a { background-color: rgb(210,231,154); }

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

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

 span { border-color: rgb(210,231,154); }

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