#C6D14E

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

Shades of Wild Willow #C6D14E

Tints of Wild Willow #C6D14E

Color information

#C6D14E (or 0xC6D14E) is unknown color: approx Wild Willow. HEX triplet: C6, D1 and 4E. RGB value is (198,209,78). Sum of RGB (Red+Green+Blue) = 198+209+78=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D14E is #392EB1. Grayscale: #BFBFBF. Windows color (decimal): -3747506 or 5165510. OLE color: 5165510.

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

Color convert

RGB19820978-
CMYK0.0500.630.18
HSL65.04º58.74%56.27%-
HSV(B)65.04º62.68%81.96%-
XYZ47.4658.1615.93-
YUV190.7864.36133.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 209 (82.03% from 255) = 43.09%
BLUE value IS 78 (30.86% from 255) = 16.08%
R=40.82%
G=43.09%
B=16.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198209780.0500.630.1865.0458.7456.27
HexC6D14E503F12413b38
Octal3063211165077221017370
Binary110001101101000110011101010111111100101000001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D14E; }

 p { color: rgb(198,209,78); }

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

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

 a { background-color: rgb(198,209,78); }

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

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

 span { border-color: rgb(198,209,78); }

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