#C1D371

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

Shades of Wild Willow #C1D371

Tints of Wild Willow #C1D371

Color information

#C1D371 (or 0xC1D371) is unknown color: approx Wild Willow. HEX triplet: C1, D3 and 71. RGB value is (193,211,113). Sum of RGB (Red+Green+Blue) = 193+211+113=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D371 is #3E2C8E. Grayscale: #C2C2C2. Windows color (decimal): -4074639 or 7459777. OLE color: 7459777.

HSL color Cylindrical-coordinate representation of color #C1D371: hue angle of 71.02º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1D371 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB193211113-
CMYK0.0900.460.17
HSL71.02º52.69%63.53%-
HSV(B)71.02º46.45%82.75%-
XYZ48.2759.1224.49-
YUV194.4582.04126.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 211 (82.81% from 255) = 40.81%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=37.33%
G=40.81%
B=21.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1932111130.0900.460.1771.0252.6963.53
HexC1D371902E11473540
Octal301323161110562110765100
Binary11000001110100111110001100101011101000110001111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D371; }

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

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

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

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

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

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

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

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