#C6DC61

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

Shades of Wild Willow #C6DC61

Tints of Wild Willow #C6DC61

Color information

#C6DC61 (or 0xC6DC61) is unknown color: approx Wild Willow. HEX triplet: C6, DC and 61. RGB value is (198,220,97). Sum of RGB (Red+Green+Blue) = 198+220+97=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DC61 is #39239E. Grayscale: #C7C7C7. Windows color (decimal): -3744671 or 6413510. OLE color: 6413510.

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

Color convert

RGB19822097-
CMYK0.100.560.14
HSL70.73º63.73%62.16%-
HSV(B)70.73º55.91%86.27%-
XYZ51.0464.0620.98-
YUV199.470.21127-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 97 (38.28% from 255) = 18.83%
R=38.45%
G=42.72%
B=18.83%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198220970.100.560.1470.7363.7362.16
HexC6DC61A038E47403e
Octal306334141120701610710076
Binary1100011011011100110000110100111000111010001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DC61; }

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

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

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

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

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

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

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

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