#D4F08E

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

Shades of Reef #D4F08E

Tints of Reef #D4F08E

Color information

#D4F08E (or 0xD4F08E) is unknown color: approx Reef. HEX triplet: D4, F0 and 8E. RGB value is (212,240,142). Sum of RGB (Red+Green+Blue) = 212+240+142=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F08E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F08E is #2B0F71. Grayscale: #DCDCDC. Windows color (decimal): -2822002 or 9367764. OLE color: 9367764.

HSL color Cylindrical-coordinate representation of color #D4F08E: hue angle of 77.14º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4F08E is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB212240142-
CMYK0.1200.410.06
HSL77.14º76.56%74.9%-
HSV(B)77.14º40.83%94.12%-
XYZ63.1978.2737.37-
YUV220.4683.72121.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.69%
GREEN value IS 240 (94.14% from 255) = 40.40%
BLUE value IS 142 (55.86% from 255) = 23.91%
R=35.69%
G=40.40%
B=23.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122401420.1200.410.0677.1476.5674.9
HexD4F08EC02964d4d4b
Octal324360216140516115115113
Binary11010100111100001000111011000101001110100110110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F08E; }

 p { color: rgb(212,240,142); }

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

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

 a { background-color: rgb(212,240,142); }

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

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

 span { border-color: rgb(212,240,142); }

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