#C0D55D

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

Shades of Wild Willow #C0D55D

Tints of Wild Willow #C0D55D

Color information

#C0D55D (or 0xC0D55D) is unknown color: approx Wild Willow. HEX triplet: C0, D5 and 5D. RGB value is (192,213,93). Sum of RGB (Red+Green+Blue) = 192+213+93=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D55D is #3F2AA2. Grayscale: #C1C1C1. Windows color (decimal): -4139683 or 6149568. OLE color: 6149568.

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

Color convert

RGB19221393-
CMYK0.1000.560.16
HSL70.5º58.82%60%-
HSV(B)70.5º56.34%83.53%-
XYZ47.5159.5919.35-
YUV193.0471.54127.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 93 (36.72% from 255) = 18.67%
R=38.55%
G=42.77%
B=18.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192213930.1000.560.1670.558.8260
HexC0D55DA03810463b3c
Octal30032513512070201067374
Binary1100000011010101101110110100111000100001000110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D55D; }

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

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

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

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

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

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

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

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