#D6F88E

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

Shades of Reef #D6F88E

Tints of Reef #D6F88E

Color information

#D6F88E (or 0xD6F88E) is unknown color: approx Reef. HEX triplet: D6, F8 and 8E. RGB value is (214,248,142). Sum of RGB (Red+Green+Blue) = 214+248+142=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F88E is #290771. Grayscale: #E2E2E2. Windows color (decimal): -2688882 or 9369814. OLE color: 9369814.

HSL color Cylindrical-coordinate representation of color #D6F88E: hue angle of 79.25º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6F88E is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB214248142-
CMYK0.1400.430.03
HSL79.25º88.33%76.47%-
HSV(B)79.25º42.74%97.25%-
XYZ66.1883.3838.2-
YUV225.7580.74119.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 248 (97.27% from 255) = 41.06%
BLUE value IS 142 (55.86% from 255) = 23.51%
R=35.43%
G=41.06%
B=23.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142481420.1400.430.0379.2588.3376.47
HexD6F88EE02B34f584c
Octal326370216160533117130114
Binary1101011011111000100011101110010101111100111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F88E; }

 p { color: rgb(214,248,142); }

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

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

 a { background-color: rgb(214,248,142); }

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

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

 span { border-color: rgb(214,248,142); }

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