#C5CF5F

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

Shades of Wild Willow #C5CF5F

Tints of Wild Willow #C5CF5F

Color information

#C5CF5F (or 0xC5CF5F) is unknown color: approx Wild Willow. HEX triplet: C5, CF and 5F. RGB value is (197,207,95). Sum of RGB (Red+Green+Blue) = 197+207+95=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF5F is #3A30A0. Grayscale: #BFBFBF. Windows color (decimal): -3813537 or 6279109. OLE color: 6279109.

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

Color convert

RGB19720795-
CMYK0.0500.540.19
HSL65.36º53.85%59.22%-
HSV(B)65.36º54.11%81.18%-
XYZ47.457.3219.39-
YUV191.2473.69132.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 207 (81.25% from 255) = 41.48%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=39.48%
G=41.48%
B=19.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197207950.0500.540.1965.3653.8559.22
HexC5CF5F50361341363b
Octal3053171375066231016673
Binary110001011100111110111111010110110100111000001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CF5F; }

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

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

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

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

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

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

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

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