#D0F38E

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

Shades of Reef #D0F38E

Tints of Reef #D0F38E

Color information

#D0F38E (or 0xD0F38E) is unknown color: approx Reef. HEX triplet: D0, F3 and 8E. RGB value is (208,243,142). Sum of RGB (Red+Green+Blue) = 208+243+142=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F38E is #2F0C71. Grayscale: #DDDDDD. Windows color (decimal): -3083378 or 9368528. OLE color: 9368528.

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

Color convert

RGB208243142-
CMYK0.1400.420.05
HSL80.79º80.8%75.49%-
HSV(B)80.79º41.56%95.29%-
XYZ62.9579.4637.61-
YUV221.0283.4118.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 243 (95.31% from 255) = 40.98%
BLUE value IS 142 (55.86% from 255) = 23.95%
R=35.08%
G=40.98%
B=23.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082431420.1400.420.0580.7980.875.49
HexD0F38EE02A551514b
Octal320363216160525121121113
Binary11010000111100111000111011100101010101101000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F38E; }

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

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

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

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

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

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

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

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