#C5CD5D

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

Shades of Wild Willow #C5CD5D

Tints of Wild Willow #C5CD5D

Color information

#C5CD5D (or 0xC5CD5D) is unknown color: approx Wild Willow. HEX triplet: C5, CD and 5D. RGB value is (197,205,93). Sum of RGB (Red+Green+Blue) = 197+205+93=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD5D is #3A32A2. Grayscale: #BEBEBE. Windows color (decimal): -3814051 or 6147525. OLE color: 6147525.

HSL color Cylindrical-coordinate representation of color #C5CD5D: hue angle of 64.29º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5CD5D is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB19720593-
CMYK0.0400.550.20
HSL64.29º52.83%58.43%-
HSV(B)64.29º54.63%80.39%-
XYZ46.8356.3218.76-
YUV189.8473.35133.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.80%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=39.80%
G=41.41%
B=18.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197205930.0400.550.2064.2952.8358.43
HexC5CD5D40371440353a
Octal3053151354067241006572
Binary110001011100110110111011000110111101001000000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD5D; }

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

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

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

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

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

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

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

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