#C6DC60

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

Shades of Wild Willow #C6DC60

Tints of Wild Willow #C6DC60

Color information

#C6DC60 (or 0xC6DC60) is unknown color: approx Wild Willow. HEX triplet: C6, DC and 60. RGB value is (198,220,96). Sum of RGB (Red+Green+Blue) = 198+220+96=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DC60 is #39239F. Grayscale: #C7C7C7. Windows color (decimal): -3744672 or 6347974. OLE color: 6347974.

HSL color Cylindrical-coordinate representation of color #C6DC60: hue angle of 70.65º 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 #C6DC60 is Cyan = 0.1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB19822096-
CMYK0.100.560.14
HSL70.65º63.92%61.96%-
HSV(B)70.65º56.36%86.27%-
XYZ50.9964.0420.74-
YUV199.2969.71127.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 96 (37.89% from 255) = 18.68%
R=38.52%
G=42.80%
B=18.68%

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
Decimal198220960.100.560.1470.6563.9261.96
HexC6DC60A038E47403e
Octal306334140120701610710076
Binary1100011011011100110000010100111000111010001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DC60; }

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

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

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

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

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

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

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

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