#D5FCA0

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

Shades of Reef #D5FCA0

Tints of Reef #D5FCA0

Color information

#D5FCA0 (or 0xD5FCA0) is unknown color: approx Reef. HEX triplet: D5, FC and A0. RGB value is (213,252,160). Sum of RGB (Red+Green+Blue) = 213+252+160=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 160 (62.89% from 255 or 25.6% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FCA0 is #2A035F. Grayscale: #E6E6E6. Windows color (decimal): -2753376 or 10550485. OLE color: 10550485.

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

Color convert

RGB213252160-
CMYK0.1500.370.01
HSL85.43º93.88%80.78%-
HSV(B)85.43º36.51%98.82%-
XYZ68.686.3146.3-
YUV229.8588.58115.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 160 (62.89% from 255) = 25.6%
R=34.08%
G=40.32%
B=25.6%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132521600.1500.370.0185.4393.8880.78
HexD5FCA0F0251555e51
Octal325374240170451125136121
Binary110101011111110010100000111101001011101010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCA0; }

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

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

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

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

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

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

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

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