Html Css Color HEX #C4D970 Wild Willow

📋 copy color: '#C4D970'

red 196 ◦ green 217 ◦ blue 112

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

Shades of Wild Willow #C4D970

Tints of Wild Willow #C4D970

RGB

 RED value IS 196 (76.95% from 255) = 37.33%

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

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

R = 37.33%
G = 41.33%
B = 21.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#C4D970 (or 0xC4D970) is known color: Wild Willow. HEX triplet: C4, D9 and 70. RGB value is (196,217,112). Sum of RGB (Red+Green+Blue) = 196+217+112=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D970 is #3B268F. Grayscale: #C7C7C7. Windows color (decimal): -3876496 or 7395780. OLE color: 7395780.

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

Color convert

RGB 196 217 112 -
CMYK 0.10 0 0.48 0.15
HSL 72º 0.58% 0.65% -
HSV(B) 72º 0.48% 0.85% -
XYZ 50.5 62.53 24.74 -
YUV 198.75 79.04 126.04 -
System Red Green Blue C M Y K H S L
Decimal 196 217 112 0.10 0 0.48 0.15 72 0.58 0.65
Hex C4 D9 70 A 0 30 F 48 3A 41
Octal 304 331 160 12 0 60 17 110 72 101
Binary 11000100 11011001 1110000 1010 0 110000 1111 1001000 111010 1000001

Color Harmonies of #C4D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D970

Black with #C4D970

Text Example


Text Example

White with #C4D970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D970; }

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

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

background-color css

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

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

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

border-color css

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

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

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