Html Css Color HEX #C5CD50 Wild Willow

📋 copy color: '#C5CD50'

red 197 ◦ green 205 ◦ blue 80

#C5CD50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #C5CD50

Tints of Wild Willow #C5CD50

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.6%

R = 40.87%
G = 42.53%
B = 16.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#C5CD50 (or 0xC5CD50) is known color: 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

RGB 197 205 80 -
CMYK 0.04 0 0.61 0.20
HSL 63.84º 0.56% 0.56% -
HSV(B) 63.84º 0.61% 0.8% -
XYZ 46.31 56.11 15.98 -
YUV 188.36 66.85 134.16 -
System Red Green Blue C M Y K H S L
Decimal 197 205 80 0.04 0 0.61 0.20 63.84 0.56 0.56
Hex C5 CD 50 4 0 3D 14 40 38 38
Octal 305 315 120 4 0 75 24 100 70 70
Binary 11000101 11001101 1010000 100 0 111101 10100 1000000 111000 111000

Color Harmonies of #C5CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD50

Black with #C5CD50

Text Example


Text Example

White with #C5CD50

Text Example


Text Example

HTML Codes & Css Web 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>