#D0F18E

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

Shades of Reef #D0F18E

Tints of Reef #D0F18E

Color information

#D0F18E (or 0xD0F18E) is unknown color: approx Reef. HEX triplet: D0, F1 and 8E. RGB value is (208,241,142). Sum of RGB (Red+Green+Blue) = 208+241+142=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F18E is #2F0E71. Grayscale: #DCDCDC. Windows color (decimal): -3083890 or 9368016. OLE color: 9368016.

HSL color Cylindrical-coordinate representation of color #D0F18E: hue angle of 80º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0F18E is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB208241142-
CMYK0.1400.410.05
HSL80º77.95%75.1%-
HSV(B)80º41.08%94.51%-
XYZ62.3578.2737.41-
YUV219.8584.07119.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.19%
GREEN value IS 241 (94.53% from 255) = 40.78%
BLUE value IS 142 (55.86% from 255) = 24.03%
R=35.19%
G=40.78%
B=24.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082411420.1400.410.058077.9575.1
HexD0F18EE0295504e4b
Octal320361216160515120116113
Binary11010000111100011000111011100101001101101000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F18E; }

 p { color: rgb(208,241,142); }

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

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

 a { background-color: rgb(208,241,142); }

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

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

 span { border-color: rgb(208,241,142); }

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