#C5D450

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

Shades of Wild Willow #C5D450

Tints of Wild Willow #C5D450

Color information

#C5D450 (or 0xC5D450) is unknown color: approx Wild Willow. HEX triplet: C5, D4 and 50. RGB value is (197,212,80). Sum of RGB (Red+Green+Blue) = 197+212+80=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D450 is #3A2BAF. Grayscale: #C0C0C0. Windows color (decimal): -3812272 or 5297349. OLE color: 5297349.

HSL color Cylindrical-coordinate representation of color #C5D450: hue angle of 66.82º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5D450 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB19721280-
CMYK0.0700.620.17
HSL66.82º60.55%57.25%-
HSV(B)66.82º62.26%83.14%-
XYZ48.0259.5416.55-
YUV192.4764.53131.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 212 (83.20% from 255) = 43.35%
BLUE value IS 80 (31.64% from 255) = 16.36%
R=40.29%
G=43.35%
B=16.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal197212800.0700.620.1766.8260.5557.25
HexC5D450703E11433d39
Octal3053241207076211037571
Binary110001011101010010100001110111110100011000011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D450; }

 p { color: rgb(197,212,80); }

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

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

 a { background-color: rgb(197,212,80); }

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

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

 span { border-color: rgb(197,212,80); }

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