Html Css Color HEX #C5D950 Wild Willow

📋 copy color: '#C5D950'

red 197 ◦ green 217 ◦ blue 80

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

Shades of Wild Willow #C5D950

Tints of Wild Willow #C5D950

RGB

 RED value IS 197 (77.34% from 255) = 39.88%

 GREEN value IS 217 (85.16% from 255) = 43.93%

 BLUE value IS 80 (31.64% from 255) = 16.19%

R = 39.88%
G = 43.93%
B = 16.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#C5D950 (or 0xC5D950) is known color: Wild Willow. HEX triplet: C5, D9 and 50. RGB value is (197,217,80). Sum of RGB (Red+Green+Blue) = 197+217+80=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D950 is #3A26AF. Grayscale: #C3C3C3. Windows color (decimal): -3810992 or 5298629. OLE color: 5298629.

HSL color Cylindrical-coordinate representation of color #C5D950: hue angle of 68.76º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5D950 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 217 80 -
CMYK 0.09 0 0.63 0.15
HSL 68.76º 0.64% 0.58% -
HSV(B) 68.76º 0.63% 0.85% -
XYZ 49.29 62.08 16.97 -
YUV 195.4 62.87 129.14 -
System Red Green Blue C M Y K H S L
Decimal 197 217 80 0.09 0 0.63 0.15 68.76 0.64 0.58
Hex C5 D9 50 9 0 3F F 45 40 3A
Octal 305 331 120 11 0 77 17 105 100 72
Binary 11000101 11011001 1010000 1001 0 111111 1111 1000101 1000000 111010

Color Harmonies of #C5D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D950

Black with #C5D950

Text Example


Text Example

White with #C5D950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D950; }

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

 H1.HeaderClassName
 {
   color: #C5D950;
 }
 .AnyTagClassName
 {
   color: #C5D950;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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