#D0E099

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

Shades of Reef #D0E099

Tints of Reef #D0E099

Color information

#D0E099 (or 0xD0E099) is unknown color: approx Reef. HEX triplet: D0, E0 and 99. RGB value is (208,224,153). Sum of RGB (Red+Green+Blue) = 208+224+153=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E099 is #2F1F66. Grayscale: #D3D3D3. Windows color (decimal): -3088231 or 10084560. OLE color: 10084560.

HSL color Cylindrical-coordinate representation of color #D0E099: hue angle of 73.52º degrees, saturation: 0.53, 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 #D0E099 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB208224153-
CMYK0.0700.320.12
HSL73.52º53.38%73.92%-
HSV(B)73.52º31.7%87.84%-
XYZ58.4269.0240.38-
YUV211.1295.2125.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 153 (60.16% from 255) = 26.15%
R=35.56%
G=38.29%
B=26.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082241530.0700.320.1273.5253.3873.92
HexD0E0997020C4a354a
Octal32034023170401411265112
Binary1101000011100000100110011110100000110010010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E099; }

 p { color: rgb(208,224,153); }

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

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

 a { background-color: rgb(208,224,153); }

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

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

 span { border-color: rgb(208,224,153); }

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