#C0D561

Color #C0D561 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C0D561

Tints of Wild Willow #C0D561

Color information

#C0D561 (or 0xC0D561) is unknown color: approx Wild Willow. HEX triplet: C0, D5 and 61. RGB value is (192,213,97). Sum of RGB (Red+Green+Blue) = 192+213+97=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D561 is #3F2A9E. Grayscale: #C1C1C1. Windows color (decimal): -4139679 or 6411712. OLE color: 6411712.

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

Color convert

RGB19221397-
CMYK0.1000.540.16
HSL70.86º58%60.78%-
HSV(B)70.86º54.46%83.53%-
XYZ47.6959.6620.31-
YUV193.573.54126.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 213 (83.59% from 255) = 42.43%
BLUE value IS 97 (38.28% from 255) = 19.32%
R=38.25%
G=42.43%
B=19.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192213970.1000.540.1670.865860.78
HexC0D561A03610473a3d
Octal30032514112066201077275
Binary1100000011010101110000110100110110100001000111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D561; }

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

 H1.HeaderClassName
 {
   color: #C0D561;
 }
 .AnyTagClassName
 {
   color: #C0D561;
 }
</style>
background-color css

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

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

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

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

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

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