Html Css Color HEX #C5D961 Wild Willow

📋 copy color: '#C5D961'

red 197 ◦ green 217 ◦ blue 97

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

Shades of Wild Willow #C5D961

Tints of Wild Willow #C5D961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.98%

R = 38.55%
G = 42.47%
B = 18.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#C5D961 (or 0xC5D961) is known color: Wild Willow. HEX triplet: C5, D9 and 61. RGB value is (197,217,97). Sum of RGB (Red+Green+Blue) = 197+217+97=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D961 is #3A269E. Grayscale: #C5C5C5. Windows color (decimal): -3810975 or 6412741. OLE color: 6412741.

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

Color convert

RGB 197 217 97 -
CMYK 0.09 0 0.55 0.15
HSL 70º 0.61% 0.62% -
HSV(B) 70º 0.55% 0.85% -
XYZ 50 62.36 20.71 -
YUV 197.34 71.37 127.76 -
System Red Green Blue C M Y K H S L
Decimal 197 217 97 0.09 0 0.55 0.15 70 0.61 0.62
Hex C5 D9 61 9 0 37 F 46 3D 3E
Octal 305 331 141 11 0 67 17 106 75 76
Binary 11000101 11011001 1100001 1001 0 110111 1111 1000110 111101 111110

Color Harmonies of #C5D961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D961

Black with #C5D961

Text Example


Text Example

White with #C5D961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D961; }

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

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

background-color css

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

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

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

border-color css

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

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

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