#C0CF71

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

Shades of Wild Willow #C0CF71

Tints of Wild Willow #C0CF71

Color information

#C0CF71 (or 0xC0CF71) is unknown color: approx Wild Willow. HEX triplet: C0, CF and 71. RGB value is (192,207,113). Sum of RGB (Red+Green+Blue) = 192+207+113=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CF71 is #3F308E. Grayscale: #C0C0C0. Windows color (decimal): -4141199 or 7458752. OLE color: 7458752.

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

Color convert

RGB192207113-
CMYK0.0700.450.19
HSL69.57º49.47%62.75%-
HSV(B)69.57º45.41%81.18%-
XYZ47.0357.0224.15-
YUV191.883.53128.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 113 (44.53% from 255) = 22.07%
R=37.5%
G=40.43%
B=22.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922071130.0700.450.1969.5749.4762.75
HexC0CF71702D1346313f
Octal3003171617055231066177
Binary110000001100111111100011110101101100111000110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CF71; }

 p { color: rgb(192,207,113); }

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

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

 a { background-color: rgb(192,207,113); }

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

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

 span { border-color: rgb(192,207,113); }

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