#D5FC9F

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

Shades of Reef #D5FC9F

Tints of Reef #D5FC9F

Color information

#D5FC9F (or 0xD5FC9F) is unknown color: approx Reef. HEX triplet: D5, FC and 9F. RGB value is (213,252,159). Sum of RGB (Red+Green+Blue) = 213+252+159=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 159 (62.5% from 255 or 25.48% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FC9F is #2A0360. Grayscale: #E6E6E6. Windows color (decimal): -2753377 or 10484949. OLE color: 10484949.

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

Color convert

RGB213252159-
CMYK0.1500.370.01
HSL85.16º93.94%80.59%-
HSV(B)85.16º36.9%98.82%-
XYZ68.5186.2745.84-
YUV229.7488.08116.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 252 (98.83% from 255) = 40.38%
BLUE value IS 159 (62.5% from 255) = 25.48%
R=34.13%
G=40.38%
B=25.48%

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
Decimal2132521590.1500.370.0185.1693.9480.59
HexD5FC9FF0251555e51
Octal325374237170451125136121
Binary110101011111110010011111111101001011101010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FC9F; }

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

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

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

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

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

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

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

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