#C0DA61

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

Shades of Wild Willow #C0DA61

Tints of Wild Willow #C0DA61

Color information

#C0DA61 (or 0xC0DA61) is unknown color: approx Wild Willow. HEX triplet: C0, DA and 61. RGB value is (192,218,97). Sum of RGB (Red+Green+Blue) = 192+218+97=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DA61 is #3F259E. Grayscale: #C4C4C4. Windows color (decimal): -4138399 or 6412992. OLE color: 6412992.

HSL color Cylindrical-coordinate representation of color #C0DA61: hue angle of 72.89º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0DA61 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB19221897-
CMYK0.1200.560.15
HSL72.89º62.05%61.76%-
HSV(B)72.89º55.5%85.49%-
XYZ48.9762.2120.74-
YUV196.4371.89124.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=37.87%
G=43.00%
B=19.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192218970.1200.560.1572.8962.0561.76
HexC0DA61C038F493e3e
Octal30033214114070171117676
Binary110000001101101011000011100011100011111001001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DA61; }

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

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

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

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

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

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

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

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