#C0D055

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

Shades of Wild Willow #C0D055

Tints of Wild Willow #C0D055

Color information

#C0D055 (or 0xC0D055) is unknown color: approx Wild Willow. HEX triplet: C0, D0 and 55. RGB value is (192,208,85). Sum of RGB (Red+Green+Blue) = 192+208+85=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D055 is #3F2FAA. Grayscale: #BDBDBD. Windows color (decimal): -4140971 or 5624000. OLE color: 5624000.

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

Color convert

RGB19220885-
CMYK0.0800.590.18
HSL67.8º56.68%57.45%-
HSV(B)67.8º59.13%81.57%-
XYZ45.9356.9717.17-
YUV189.1969.2130-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 208 (81.64% from 255) = 42.89%
BLUE value IS 85 (33.59% from 255) = 17.53%
R=39.59%
G=42.89%
B=17.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192208850.0800.590.1867.856.6857.45
HexC0D055803B12443939
Octal30032012510073221047171
Binary1100000011010000101010110000111011100101000100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D055; }

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

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

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

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

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

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

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

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