#C5D562

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

Shades of Wild Willow #C5D562

Tints of Wild Willow #C5D562

Color information

#C5D562 (or 0xC5D562) is unknown color: approx Wild Willow. HEX triplet: C5, D5 and 62. RGB value is (197,213,98). Sum of RGB (Red+Green+Blue) = 197+213+98=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D562 is #3A2A9D. Grayscale: #C3C3C3. Windows color (decimal): -3811998 or 6477253. OLE color: 6477253.

HSL color Cylindrical-coordinate representation of color #C5D562: hue angle of 68.35º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5D562 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB19721398-
CMYK0.0800.540.16
HSL68.35º57.79%60.98%-
HSV(B)68.35º53.99%83.53%-
XYZ49.0260.3420.62-
YUV195.1173.2129.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 98 (38.67% from 255) = 19.29%
R=38.78%
G=41.93%
B=19.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal197213980.0800.540.1668.3557.7960.98
HexC5D562803610443a3d
Octal30532514210066201047275
Binary1100010111010101110001010000110110100001000100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D562; }

 p { color: rgb(197,213,98); }

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

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

 a { background-color: rgb(197,213,98); }

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

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

 span { border-color: rgb(197,213,98); }

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