#DCFEA4

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

Shades of Reef #DCFEA4

Tints of Reef #DCFEA4

Color information

#DCFEA4 (or 0xDCFEA4) is unknown color: approx Reef. HEX triplet: DC, FE and A4. RGB value is (220,254,164). Sum of RGB (Red+Green+Blue) = 220+254+164=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEA4 is #23015B. Grayscale: #E9E9E9. Windows color (decimal): -2294108 or 10813148. OLE color: 10813148.

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

Color convert

RGB220254164-
CMYK0.1300.350.00
HSL82.67º97.83%81.96%-
HSV(B)82.67º35.43%99.61%-
XYZ71.6688.7848.48-
YUV233.5788.74118.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 164 (64.45% from 255) = 25.71%
R=34.48%
G=39.81%
B=25.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541640.1300.350.0082.6797.8381.96
HexDCFEA4D0230536252
Octal334376244150430123142122
Binary110111001111111010100100110101000110101001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEA4; }

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

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

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

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

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

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

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

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