Html Css Color HEX #C0D572 Wild Willow

📋 copy color: '#C0D572'

red 192 ◦ green 213 ◦ blue 114

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

Shades of Wild Willow #C0D572

Tints of Wild Willow #C0D572

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 36.99%
G = 41.04%
B = 21.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#C0D572 (or 0xC0D572) is known color: Wild Willow. HEX triplet: C0, D5 and 72. RGB value is (192,213,114). Sum of RGB (Red+Green+Blue) = 192+213+114=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D572 is #3F2A8D. Grayscale: #C3C3C3. Windows color (decimal): -4139662 or 7525824. OLE color: 7525824.

HSL color Cylindrical-coordinate representation of color #C0D572: hue angle of 72.73º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0D572 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 213 114 -
CMYK 0.10 0 0.46 0.16
HSL 72.73º 0.54% 0.64% -
HSV(B) 72.73º 0.46% 0.84% -
XYZ 48.57 60.01 24.94 -
YUV 195.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 192 213 114 0.10 0 0.46 0.16 72.73 0.54 0.64
Hex C0 D5 72 A 0 2E 10 49 36 40
Octal 300 325 162 12 0 56 20 111 66 100
Binary 11000000 11010101 1110010 1010 0 101110 10000 1001001 110110 1000000

Color Harmonies of #C0D572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D572

Black with #C0D572

Text Example


Text Example

White with #C0D572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D572; }

 p { color: rgb(192,213,114); }

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

background-color css

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

 a { background-color: rgb(192,213,114); }

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

border-color css

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

 span { border-color: rgb(192,213,114); }

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