#DCFC9F

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

Shades of Reef #DCFC9F

Tints of Reef #DCFC9F

Color information

#DCFC9F (or 0xDCFC9F) is unknown color: approx Reef. HEX triplet: DC, FC and 9F. RGB value is (220,252,159). Sum of RGB (Red+Green+Blue) = 220+252+159=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC9F is #230360. Grayscale: #E8E8E8. Windows color (decimal): -2294625 or 10484956. OLE color: 10484956.

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

Color convert

RGB220252159-
CMYK0.1300.370.01
HSL80.65º93.94%80.59%-
HSV(B)80.65º36.9%98.82%-
XYZ70.5887.3445.94-
YUV231.8386.9119.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 159 (62.5% from 255) = 25.20%
R=34.87%
G=39.94%
B=25.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521590.1300.370.0180.6593.9480.59
HexDCFC9FD0251515e51
Octal334374237150451121136121
Binary110111001111110010011111110101001011101000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFC9F; }

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

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

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

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

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

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

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

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