#D8FCA0

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

Shades of Reef #D8FCA0

Tints of Reef #D8FCA0

Color information

#D8FCA0 (or 0xD8FCA0) is unknown color: approx Reef. HEX triplet: D8, FC and A0. RGB value is (216,252,160). Sum of RGB (Red+Green+Blue) = 216+252+160=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FCA0 is #27035F. Grayscale: #E7E7E7. Windows color (decimal): -2556768 or 10550488. OLE color: 10550488.

HSL color Cylindrical-coordinate representation of color #D8FCA0: hue angle of 83.48º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8FCA0 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB216252160-
CMYK0.1400.370.01
HSL83.48º93.88%80.78%-
HSV(B)83.48º36.51%98.82%-
XYZ69.4786.7646.34-
YUV230.7588.07117.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.39%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 160 (62.89% from 255) = 25.48%
R=34.39%
G=40.13%
B=25.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162521600.1400.370.0183.4893.8880.78
HexD8FCA0E0251535e51
Octal330374240160451123136121
Binary110110001111110010100000111001001011101001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FCA0; }

 p { color: rgb(216,252,160); }

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

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

 a { background-color: rgb(216,252,160); }

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

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

 span { border-color: rgb(216,252,160); }

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