#C5CD6F

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

Shades of Wild Willow #C5CD6F

Tints of Wild Willow #C5CD6F

Color information

#C5CD6F (or 0xC5CD6F) is unknown color: approx Wild Willow. HEX triplet: C5, CD and 6F. RGB value is (197,205,111). Sum of RGB (Red+Green+Blue) = 197+205+111=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD6F is #3A3290. Grayscale: #C0C0C0. Windows color (decimal): -3814033 or 7327173. OLE color: 7327173.

HSL color Cylindrical-coordinate representation of color #C5CD6F: hue angle of 65.11º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5CD6F is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB197205111-
CMYK0.0400.460.20
HSL65.11º48.45%61.96%-
HSV(B)65.11º45.85%80.39%-
XYZ47.7356.6823.46-
YUV191.8982.35131.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 111 (43.75% from 255) = 21.64%
R=38.40%
G=39.96%
B=21.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972051110.0400.460.2065.1148.4561.96
HexC5CD6F402E1441303e
Octal3053151574056241016076
Binary110001011100110111011111000101110101001000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD6F; }

 p { color: rgb(197,205,111); }

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

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

 a { background-color: rgb(197,205,111); }

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

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

 span { border-color: rgb(197,205,111); }

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