#D0E19A

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

Shades of Reef #D0E19A

Tints of Reef #D0E19A

Color information

#D0E19A (or 0xD0E19A) is unknown color: approx Reef. HEX triplet: D0, E1 and 9A. RGB value is (208,225,154). Sum of RGB (Red+Green+Blue) = 208+225+154=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E19A is #2F1E65. Grayscale: #D4D4D4. Windows color (decimal): -3087974 or 10150352. OLE color: 10150352.

HSL color Cylindrical-coordinate representation of color #D0E19A: hue angle of 74.37º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0E19A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB208225154-
CMYK0.0800.320.12
HSL74.37º54.2%74.31%-
HSV(B)74.37º31.56%88.24%-
XYZ58.7769.5940.91-
YUV211.8295.37125.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 225 (88.28% from 255) = 38.33%
BLUE value IS 154 (60.55% from 255) = 26.24%
R=35.43%
G=38.33%
B=26.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082251540.0800.320.1274.3754.274.31
HexD0E19A8020C4a364a
Octal320341232100401411266112
Binary11010000111000011001101010000100000110010010101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E19A; }

 p { color: rgb(208,225,154); }

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

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

 a { background-color: rgb(208,225,154); }

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

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

 span { border-color: rgb(208,225,154); }

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