#C2D472

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

Shades of Wild Willow #C2D472

Tints of Wild Willow #C2D472

Color information

#C2D472 (or 0xC2D472) is unknown color: approx Wild Willow. HEX triplet: C2, D4 and 72. RGB value is (194,212,114). Sum of RGB (Red+Green+Blue) = 194+212+114=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D472 is #3D2B8D. Grayscale: #C3C3C3. Windows color (decimal): -4008846 or 7525570. OLE color: 7525570.

HSL color Cylindrical-coordinate representation of color #C2D472: hue angle of 71.02º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2D472 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB194212114-
CMYK0.0800.460.17
HSL71.02º53.26%63.92%-
HSV(B)71.02º46.23%83.14%-
XYZ48.8359.7724.88-
YUV195.4582.04126.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 114 (44.92% from 255) = 21.92%
R=37.31%
G=40.77%
B=21.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942121140.0800.460.1771.0253.2663.92
HexC2D472802E11473540
Octal302324162100562110765100
Binary11000010110101001110010100001011101000110001111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D472; }

 p { color: rgb(194,212,114); }

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

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

 a { background-color: rgb(194,212,114); }

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

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

 span { border-color: rgb(194,212,114); }

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