#C5CF70

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

Shades of Wild Willow #C5CF70

Tints of Wild Willow #C5CF70

Color information

#C5CF70 (or 0xC5CF70) is unknown color: approx Wild Willow. HEX triplet: C5, CF and 70. RGB value is (197,207,112). Sum of RGB (Red+Green+Blue) = 197+207+112=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF70 is #3A308F. Grayscale: #C1C1C1. Windows color (decimal): -3813520 or 7393221. OLE color: 7393221.

HSL color Cylindrical-coordinate representation of color #C5CF70: hue angle of 66.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5CF70 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB197207112-
CMYK0.0500.460.19
HSL66.32º49.74%62.55%-
HSV(B)66.32º45.89%81.18%-
XYZ48.2657.6723.92-
YUV193.1882.19130.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.18%
GREEN value IS 207 (81.25% from 255) = 40.12%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=38.18%
G=40.12%
B=21.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972071120.0500.460.1966.3249.7462.55
HexC5CF70502E1342323f
Octal3053171605056231026277
Binary110001011100111111100001010101110100111000010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CF70; }

 p { color: rgb(197,207,112); }

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

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

 a { background-color: rgb(197,207,112); }

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

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

 span { border-color: rgb(197,207,112); }

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