#C5CD54

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

Shades of Wild Willow #C5CD54

Tints of Wild Willow #C5CD54

Color information

#C5CD54 (or 0xC5CD54) is unknown color: approx Wild Willow. HEX triplet: C5, CD and 54. RGB value is (197,205,84). Sum of RGB (Red+Green+Blue) = 197+205+84=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD54 is #3A32AB. Grayscale: #BDBDBD. Windows color (decimal): -3814060 or 5557701. OLE color: 5557701.

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

Color convert

RGB19720584-
CMYK0.0400.590.20
HSL63.97º54.75%56.67%-
HSV(B)63.97º59.02%80.39%-
XYZ46.4656.1716.78-
YUV188.8168.85133.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.53%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 84 (33.20% from 255) = 17.28%
R=40.53%
G=42.18%
B=17.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197205840.0400.590.2063.9754.7556.67
HexC5CD54403B14403739
Octal3053151244073241006771
Binary110001011100110110101001000111011101001000000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD54; }

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

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

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

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

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

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

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

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