#C5CD63

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

Shades of Wild Willow #C5CD63

Tints of Wild Willow #C5CD63

Color information

#C5CD63 (or 0xC5CD63) is unknown color: approx Wild Willow. HEX triplet: C5, CD and 63. RGB value is (197,205,99). Sum of RGB (Red+Green+Blue) = 197+205+99=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD63 is #3A329C. Grayscale: #BEBEBE. Windows color (decimal): -3814045 or 6540741. OLE color: 6540741.

HSL color Cylindrical-coordinate representation of color #C5CD63: hue angle of 64.53º 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 #C5CD63 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB19720599-
CMYK0.0400.520.20
HSL64.53º51.46%59.61%-
HSV(B)64.53º51.71%80.39%-
XYZ47.1156.4320.21-
YUV190.5276.35132.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 99 (39.06% from 255) = 19.76%
R=39.32%
G=40.92%
B=19.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197205990.0400.520.2064.5351.4659.61
HexC5CD6340341441333c
Octal3053151434064241016374
Binary110001011100110111000111000110100101001000001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD63; }

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

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

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

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

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

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

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

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