#DCFEA0

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

Shades of Reef #DCFEA0

Tints of Reef #DCFEA0

Color information

#DCFEA0 (or 0xDCFEA0) is unknown color: approx Reef. HEX triplet: DC, FE and A0. RGB value is (220,254,160). Sum of RGB (Red+Green+Blue) = 220+254+160=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEA0 is #23015F. Grayscale: #E9E9E9. Windows color (decimal): -2294112 or 10551004. OLE color: 10551004.

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

Color convert

RGB220254160-
CMYK0.1300.370.00
HSL81.7º97.92%81.18%-
HSV(B)81.7º37.01%99.61%-
XYZ71.388.6446.61-
YUV233.1286.74118.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 160 (62.89% from 255) = 25.24%
R=34.70%
G=40.06%
B=25.24%

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
Decimal2202541600.1300.370.0081.797.9281.18
HexDCFEA0D0250526251
Octal334376240150450122142121
Binary110111001111111010100000110101001010101001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEA0; }

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

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

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

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

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

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

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

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