#DCF9CA

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

Shades of Hint Of Green #DCF9CA

Tints of Hint Of Green #DCF9CA

Color information

#DCF9CA (or 0xDCF9CA) is unknown color: approx Hint Of Green. HEX triplet: DC, F9 and CA. RGB value is (220,249,202). Sum of RGB (Red+Green+Blue) = 220+249+202=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9CA is #230635. Grayscale: #EBEBEB. Windows color (decimal): -2295350 or 13302236. OLE color: 13302236.

HSL color Cylindrical-coordinate representation of color #DCF9CA: hue angle of 97.02º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCF9CA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB220249202-
CMYK0.1200.190.02
HSL97.02º79.66%88.43%-
HSV(B)97.02º18.88%97.65%-
XYZ74.0587.2368.81-
YUV234.97109.39117.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 249 (97.66% from 255) = 37.11%
BLUE value IS 202 (79.30% from 255) = 30.10%
R=32.79%
G=37.11%
B=30.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202492020.1200.190.0297.0279.6688.43
HexDCF9CAC0132615058
Octal334371312140232141120130
Binary110111001111100111001010110001001110110000110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9CA; }

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

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

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

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

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

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

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

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