#DCFEA7

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

Shades of Reef #DCFEA7

Tints of Reef #DCFEA7

Color information

#DCFEA7 (or 0xDCFEA7) is unknown color: approx Reef. HEX triplet: DC, FE and A7. RGB value is (220,254,167). Sum of RGB (Red+Green+Blue) = 220+254+167=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 167 (65.62% from 255 or 26.05% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEA7 is #230158. Grayscale: #EAEAEA. Windows color (decimal): -2294105 or 11009756. OLE color: 11009756.

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

Color convert

RGB220254167-
CMYK0.1300.340.00
HSL83.45º97.75%82.55%-
HSV(B)83.45º34.25%99.61%-
XYZ71.9388.8949.93-
YUV233.9290.24118.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 167 (65.62% from 255) = 26.05%
R=34.32%
G=39.63%
B=26.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541670.1300.340.0083.4597.7582.55
HexDCFEA7D0220536253
Octal334376247150420123142123
Binary110111001111111010100111110101000100101001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEA7; }

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

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

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

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

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

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

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

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