#C5CD50

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

Shades of Wild Willow #C5CD50

Tints of Wild Willow #C5CD50

Color information

#C5CD50 (or 0xC5CD50) is unknown color: approx Wild Willow. HEX triplet: C5, CD and 50. RGB value is (197,205,80). Sum of RGB (Red+Green+Blue) = 197+205+80=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD50 is #3A32AF. Grayscale: #BCBCBC. Windows color (decimal): -3814064 or 5295557. OLE color: 5295557.

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

Color convert

RGB19720580-
CMYK0.0400.610.20
HSL63.84º55.56%55.88%-
HSV(B)63.84º60.98%80.39%-
XYZ46.3156.1115.98-
YUV188.3666.85134.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 80 (31.64% from 255) = 16.60%
R=40.87%
G=42.53%
B=16.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197205800.0400.610.2063.8455.5655.88
HexC5CD50403D14403838
Octal3053151204075241007070
Binary110001011100110110100001000111101101001000000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD50; }

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

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

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

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

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

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

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

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