#DCF7CA

Color #DCF7CA Hint Of Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Green #DCF7CA

Tints of Hint Of Green #DCF7CA

Color information

#DCF7CA (or 0xDCF7CA) is unknown color: approx Hint Of Green. HEX triplet: DC, F7 and CA. RGB value is (220,247,202). Sum of RGB (Red+Green+Blue) = 220+247+202=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7CA is #230835. Grayscale: #E9E9E9. Windows color (decimal): -2295862 or 13301724. OLE color: 13301724.

HSL color Cylindrical-coordinate representation of color #DCF7CA: hue angle of 96º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCF7CA is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB220247202-
CMYK0.1100.180.03
HSL96º73.77%88.04%-
HSV(B)96º18.22%96.86%-
XYZ73.448668.61-
YUV233.8110.05118.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.88%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=32.88%
G=36.92%
B=30.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202472020.1100.180.039673.7788.04
HexDCF7CAB0123604a58
Octal334367312130223140112130
Binary110111001111011111001010101101001011110000010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7CA; }

 p { color: rgb(220,247,202); }

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

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

 a { background-color: rgb(220,247,202); }

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

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

 span { border-color: rgb(220,247,202); }

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