#C1D071

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

Shades of Wild Willow #C1D071

Tints of Wild Willow #C1D071

Color information

#C1D071 (or 0xC1D071) is unknown color: approx Wild Willow. HEX triplet: C1, D0 and 71. RGB value is (193,208,113). Sum of RGB (Red+Green+Blue) = 193+208+113=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D071 is #3E2F8E. Grayscale: #C1C1C1. Windows color (decimal): -4075407 or 7459009. OLE color: 7459009.

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

Color convert

RGB193208113-
CMYK0.0700.460.18
HSL69.47º50.26%62.94%-
HSV(B)69.47º45.67%81.57%-
XYZ47.5357.6424.24-
YUV192.6883.03128.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 208 (81.64% from 255) = 40.47%
BLUE value IS 113 (44.53% from 255) = 21.98%
R=37.55%
G=40.47%
B=21.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932081130.0700.460.1869.4750.2662.94
HexC1D071702E1245323f
Octal3013201617056221056277
Binary110000011101000011100011110101110100101000101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D071; }

 p { color: rgb(193,208,113); }

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

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

 a { background-color: rgb(193,208,113); }

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

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

 span { border-color: rgb(193,208,113); }

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