Html Css Color HEX #C5D970 Wild Willow

📋 copy color: '#C5D970'

red 197 ◦ green 217 ◦ blue 112

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

Shades of Wild Willow #C5D970

Tints of Wild Willow #C5D970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.29%

R = 37.45%
G = 41.25%
B = 21.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#C5D970 (or 0xC5D970) is known color: Wild Willow. HEX triplet: C5, D9 and 70. RGB value is (197,217,112). Sum of RGB (Red+Green+Blue) = 197+217+112=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D970 is #3A268F. Grayscale: #C7C7C7. Windows color (decimal): -3810960 or 7395781. OLE color: 7395781.

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

Color convert

RGB 197 217 112 -
CMYK 0.09 0 0.48 0.15
HSL 71.43º 0.58% 0.65% -
HSV(B) 71.43º 0.48% 0.85% -
XYZ 50.76 62.67 24.75 -
YUV 199.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 197 217 112 0.09 0 0.48 0.15 71.43 0.58 0.65
Hex C5 D9 70 9 0 30 F 47 3A 41
Octal 305 331 160 11 0 60 17 107 72 101
Binary 11000101 11011001 1110000 1001 0 110000 1111 1000111 111010 1000001

Color Harmonies of #C5D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D970

Black with #C5D970

Text Example


Text Example

White with #C5D970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D970; }

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

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

background-color css

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

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

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

border-color css

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

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

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