#C2CD63

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

Shades of Wild Willow #C2CD63

Tints of Wild Willow #C2CD63

Color information

#C2CD63 (or 0xC2CD63) is unknown color: approx Wild Willow. HEX triplet: C2, CD and 63. RGB value is (194,205,99). Sum of RGB (Red+Green+Blue) = 194+205+99=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD63 is #3D329C. Grayscale: #BEBEBE. Windows color (decimal): -4010653 or 6540738. OLE color: 6540738.

HSL color Cylindrical-coordinate representation of color #C2CD63: hue angle of 66.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2CD63 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB19420599-
CMYK0.0500.520.20
HSL66.23º51.46%59.61%-
HSV(B)66.23º51.71%80.39%-
XYZ46.3356.0320.18-
YUV189.6376.86131.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 99 (39.06% from 255) = 19.88%
R=38.96%
G=41.16%
B=19.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194205990.0500.520.2066.2351.4659.61
HexC2CD6350341442333c
Octal3023151435064241026374
Binary110000101100110111000111010110100101001000010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CD63; }

 p { color: rgb(194,205,99); }

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

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

 a { background-color: rgb(194,205,99); }

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

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

 span { border-color: rgb(194,205,99); }

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