Html Css Color HEX #C0D470 Wild Willow

📋 copy color: '#C0D470'

red 192 ◦ green 212 ◦ blue 112

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

Shades of Wild Willow #C0D470

Tints of Wild Willow #C0D470

RGB

 RED value IS 192 (75.39% from 255) = 37.21%

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

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

R = 37.21%
G = 41.09%
B = 21.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#C0D470 (or 0xC0D470) is known color: Wild Willow. HEX triplet: C0, D4 and 70. RGB value is (192,212,112). Sum of RGB (Red+Green+Blue) = 192+212+112=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D470 is #3F2B8F. Grayscale: #C3C3C3. Windows color (decimal): -4139920 or 7394496. OLE color: 7394496.

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

Color convert

RGB 192 212 112 -
CMYK 0.09 0 0.47 0.17
HSL 72º 0.54% 0.64% -
HSV(B) 72º 0.47% 0.83% -
XYZ 48.21 59.46 24.27 -
YUV 194.62 81.37 126.13 -
System Red Green Blue C M Y K H S L
Decimal 192 212 112 0.09 0 0.47 0.17 72 0.54 0.64
Hex C0 D4 70 9 0 2F 11 48 36 40
Octal 300 324 160 11 0 57 21 110 66 100
Binary 11000000 11010100 1110000 1001 0 101111 10001 1001000 110110 1000000

Color Harmonies of #C0D470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D470

Black with #C0D470

Text Example


Text Example

White with #C0D470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D470; }

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

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

background-color css

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

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

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

border-color css

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

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

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