#D2FCA0

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

Shades of Reef #D2FCA0

Tints of Reef #D2FCA0

Color information

#D2FCA0 (or 0xD2FCA0) is unknown color: approx Reef. HEX triplet: D2, FC and A0. RGB value is (210,252,160). Sum of RGB (Red+Green+Blue) = 210+252+160=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FCA0 is #2D035F. Grayscale: #E5E5E5. Windows color (decimal): -2949984 or 10550482. OLE color: 10550482.

HSL color Cylindrical-coordinate representation of color #D2FCA0: hue angle of 87.39º 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 #D2FCA0 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB210252160-
CMYK0.1700.370.01
HSL87.39º93.88%80.78%-
HSV(B)87.39º36.51%98.82%-
XYZ67.7385.8646.26-
YUV228.9589.09114.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 252 (98.83% from 255) = 40.51%
BLUE value IS 160 (62.89% from 255) = 25.72%
R=33.76%
G=40.51%
B=25.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102521600.1700.370.0187.3993.8880.78
HexD2FCA0110251575e51
Octal322374240210451127136121
Binary1101001011111100101000001000101001011101011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCA0; }

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

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

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

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

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

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

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

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