#D0E39A

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

Shades of Reef #D0E39A

Tints of Reef #D0E39A

Color information

#D0E39A (or 0xD0E39A) is unknown color: approx Reef. HEX triplet: D0, E3 and 9A. RGB value is (208,227,154). Sum of RGB (Red+Green+Blue) = 208+227+154=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E39A is #2F1C65. Grayscale: #D5D5D5. Windows color (decimal): -3087462 or 10150864. OLE color: 10150864.

HSL color Cylindrical-coordinate representation of color #D0E39A: hue angle of 75.62º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0E39A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB208227154-
CMYK0.0800.320.11
HSL75.62º56.59%74.71%-
HSV(B)75.62º32.16%89.02%-
XYZ59.3170.6841.09-
YUV21394.71124.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 227 (89.06% from 255) = 38.54%
BLUE value IS 154 (60.55% from 255) = 26.15%
R=35.31%
G=38.54%
B=26.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082271540.0800.320.1175.6256.5974.71
HexD0E39A8020B4c394b
Octal320343232100401311471113
Binary11010000111000111001101010000100000101110011001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E39A; }

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

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

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

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

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

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

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

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