#C6DC65

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

Shades of Wild Willow #C6DC65

Tints of Wild Willow #C6DC65

Color information

#C6DC65 (or 0xC6DC65) is unknown color: approx Wild Willow. HEX triplet: C6, DC and 65. RGB value is (198,220,101). Sum of RGB (Red+Green+Blue) = 198+220+101=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DC65 is #39239A. Grayscale: #C8C8C8. Windows color (decimal): -3744667 or 6675654. OLE color: 6675654.

HSL color Cylindrical-coordinate representation of color #C6DC65: hue angle of 71.09º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6DC65 is Cyan = 0.1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB198220101-
CMYK0.100.540.14
HSL71.09º62.96%62.94%-
HSV(B)71.09º54.09%86.27%-
XYZ51.2364.1321.99-
YUV199.8672.21126.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.15%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 101 (39.84% from 255) = 19.46%
R=38.15%
G=42.39%
B=19.46%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982201010.100.540.1471.0962.9662.94
HexC6DC65A036E473f3f
Octal30633414512066161077777
Binary110001101101110011001011010011011011101000111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DC65; }

 p { color: rgb(198,220,101); }

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

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

 a { background-color: rgb(198,220,101); }

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

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

 span { border-color: rgb(198,220,101); }

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