#DCFD9F

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

Shades of Reef #DCFD9F

Tints of Reef #DCFD9F

Color information

#DCFD9F (or 0xDCFD9F) is unknown color: approx Reef. HEX triplet: DC, FD and 9F. RGB value is (220,253,159). Sum of RGB (Red+Green+Blue) = 220+253+159=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD9F is #230260. Grayscale: #E8E8E8. Windows color (decimal): -2294369 or 10485212. OLE color: 10485212.

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

Color convert

RGB220253159-
CMYK0.1300.370.01
HSL81.06º95.92%80.78%-
HSV(B)81.06º37.15%99.22%-
XYZ70.987.9746.04-
YUV232.4286.57119.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 253 (99.22% from 255) = 40.03%
BLUE value IS 159 (62.5% from 255) = 25.16%
R=34.81%
G=40.03%
B=25.16%

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
Decimal2202531590.1300.370.0181.0695.9280.78
HexDCFD9FD0251516051
Octal334375237150451121140121
Binary110111001111110110011111110101001011101000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFD9F; }

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

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

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

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

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

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

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

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