#DCFE9F

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

Shades of Reef #DCFE9F

Tints of Reef #DCFE9F

Color information

#DCFE9F (or 0xDCFE9F) is unknown color: approx Reef. HEX triplet: DC, FE and 9F. RGB value is (220,254,159). Sum of RGB (Red+Green+Blue) = 220+254+159=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 159 (62.5% from 255 or 25.12% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE9F is #230160. Grayscale: #E9E9E9. Windows color (decimal): -2294113 or 10485468. OLE color: 10485468.

HSL color Cylindrical-coordinate representation of color #DCFE9F: hue angle of 81.47º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCFE9F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB220254159-
CMYK0.1300.370.00
HSL81.47º97.94%80.98%-
HSV(B)81.47º37.4%99.61%-
XYZ71.2288.646.15-
YUV23386.24118.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 159 (62.5% from 255) = 25.12%
R=34.76%
G=40.13%
B=25.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541590.1300.370.0081.4797.9480.98
HexDCFE9FD0250516251
Octal334376237150450121142121
Binary110111001111111010011111110101001010101000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFE9F; }

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

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

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

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

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

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

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

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