#C0D05F

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

Shades of Wild Willow #C0D05F

Tints of Wild Willow #C0D05F

Color information

#C0D05F (or 0xC0D05F) is unknown color: approx Wild Willow. HEX triplet: C0, D0 and 5F. RGB value is (192,208,95). Sum of RGB (Red+Green+Blue) = 192+208+95=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D05F is #3F2FA0. Grayscale: #BEBEBE. Windows color (decimal): -4140961 or 6279360. OLE color: 6279360.

HSL color Cylindrical-coordinate representation of color #C0D05F: hue angle of 68.5º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0D05F is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB19220895-
CMYK0.0800.540.18
HSL68.5º54.59%59.41%-
HSV(B)68.5º54.33%81.57%-
XYZ46.3657.1419.41-
YUV190.3374.2129.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 95 (37.5% from 255) = 19.19%
R=38.79%
G=42.02%
B=19.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192208950.0800.540.1868.554.5959.41
HexC0D05F80361244373b
Octal30032013710066221046773
Binary1100000011010000101111110000110110100101000100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D05F; }

 p { color: rgb(192,208,95); }

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

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

 a { background-color: rgb(192,208,95); }

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

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

 span { border-color: rgb(192,208,95); }

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