#C2D464

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

Shades of Wild Willow #C2D464

Tints of Wild Willow #C2D464

Color information

#C2D464 (or 0xC2D464) is unknown color: approx Wild Willow. HEX triplet: C2, D4 and 64. RGB value is (194,212,100). Sum of RGB (Red+Green+Blue) = 194+212+100=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D464 is #3D2B9B. Grayscale: #C2C2C2. Windows color (decimal): -4008860 or 6608066. OLE color: 6608066.

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

Color convert

RGB194212100-
CMYK0.0800.530.17
HSL69.64º56.57%61.18%-
HSV(B)69.64º52.83%83.14%-
XYZ48.0959.4821-
YUV193.8575.04128.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 100 (39.45% from 255) = 19.76%
R=38.34%
G=41.90%
B=19.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942121000.0800.530.1769.6456.5761.18
HexC2D46480351146393d
Octal30232414410065211067175
Binary1100001011010100110010010000110101100011000110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D464; }

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

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

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

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

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

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

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

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