Html Css Color HEX #C6D970 Wild Willow

📋 copy color: '#C6D970'

red 198 ◦ green 217 ◦ blue 112

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

Shades of Wild Willow #C6D970

Tints of Wild Willow #C6D970

RGB

 RED value IS 198 (77.73% from 255) = 37.57%

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

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

R = 37.57%
G = 41.18%
B = 21.25%

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

#C6D970 (or 0xC6D970) is known color: Wild Willow. HEX triplet: C6, D9 and 70. RGB value is (198,217,112). Sum of RGB (Red+Green+Blue) = 198+217+112=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D970 is #39268F. Grayscale: #C7C7C7. Windows color (decimal): -3745424 or 7395782. OLE color: 7395782.

HSL color Cylindrical-coordinate representation of color #C6D970: hue angle of 70.86º 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 #C6D970 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 217 112 -
CMYK 0.09 0 0.48 0.15
HSL 70.86º 0.58% 0.65% -
HSV(B) 70.86º 0.48% 0.85% -
XYZ 51.03 62.8 24.76 -
YUV 199.35 78.71 127.04 -
System Red Green Blue C M Y K H S L
Decimal 198 217 112 0.09 0 0.48 0.15 70.86 0.58 0.65
Hex C6 D9 70 9 0 30 F 47 3A 41
Octal 306 331 160 11 0 60 17 107 72 101
Binary 11000110 11011001 1110000 1001 0 110000 1111 1000111 111010 1000001

Color Harmonies of #C6D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D970

Black with #C6D970

Text Example


Text Example

White with #C6D970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D970; }

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

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

background-color css

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

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

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

border-color css

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

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

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