#C0D473

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

Shades of Wild Willow #C0D473

Tints of Wild Willow #C0D473

Color information

#C0D473 (or 0xC0D473) is unknown color: approx Wild Willow. HEX triplet: C0, D4 and 73. RGB value is (192,212,115). Sum of RGB (Red+Green+Blue) = 192+212+115=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D473 is #3F2B8C. Grayscale: #C3C3C3. Windows color (decimal): -4139917 or 7591104. OLE color: 7591104.

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

Color convert

RGB192212115-
CMYK0.0900.460.17
HSL72.37º53.01%64.12%-
HSV(B)72.37º45.75%83.14%-
XYZ48.3859.5325.16-
YUV194.9682.87125.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.99%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 115 (45.31% from 255) = 22.16%
R=36.99%
G=40.85%
B=22.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922121150.0900.460.1772.3753.0164.12
HexC0D473902E11483540
Octal300324163110562111065100
Binary11000000110101001110011100101011101000110010001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D473; }

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

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

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

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

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

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

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

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