Html Css Color HEX #C4D470 Wild Willow

📋 copy color: '#C4D470'

red 196 ◦ green 212 ◦ blue 112

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

Shades of Wild Willow #C4D470

Tints of Wild Willow #C4D470

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.77%

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

R = 37.69%
G = 40.77%
B = 21.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#C4D470 (or 0xC4D470) is known color: Wild Willow. HEX triplet: C4, D4 and 70. RGB value is (196,212,112). Sum of RGB (Red+Green+Blue) = 196+212+112=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D470 is #3B2B8F. Grayscale: #C4C4C4. Windows color (decimal): -3877776 or 7394500. OLE color: 7394500.

HSL color Cylindrical-coordinate representation of color #C4D470: hue angle of 69.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4D470 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 212 112 -
CMYK 0.08 0 0.47 0.17
HSL 69.6º 0.54% 0.64% -
HSV(B) 69.6º 0.47% 0.83% -
XYZ 49.23 59.99 24.31 -
YUV 195.82 80.7 128.13 -
System Red Green Blue C M Y K H S L
Decimal 196 212 112 0.08 0 0.47 0.17 69.6 0.54 0.64
Hex C4 D4 70 8 0 2F 11 46 36 40
Octal 304 324 160 10 0 57 21 106 66 100
Binary 11000100 11010100 1110000 1000 0 101111 10001 1000110 110110 1000000

Color Harmonies of #C4D470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D470

Black with #C4D470

Text Example


Text Example

White with #C4D470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D470; }

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

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

background-color css

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

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

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

border-color css

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

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

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