#C2CD71

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

Shades of Wild Willow #C2CD71

Tints of Wild Willow #C2CD71

Color information

#C2CD71 (or 0xC2CD71) is unknown color: approx Wild Willow. HEX triplet: C2, CD and 71. RGB value is (194,205,113). Sum of RGB (Red+Green+Blue) = 194+205+113=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD71 is #3D328E. Grayscale: #BFBFBF. Windows color (decimal): -4010639 or 7458242. OLE color: 7458242.

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

Color convert

RGB194205113-
CMYK0.0500.450.20
HSL67.17º47.92%62.35%-
HSV(B)67.17º44.88%80.39%-
XYZ47.0656.3224.01-
YUV191.2283.86129.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 113 (44.53% from 255) = 22.07%
R=37.89%
G=40.04%
B=22.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942051130.0500.450.2067.1747.9262.35
HexC2CD71502D1443303e
Octal3023151615055241036076
Binary110000101100110111100011010101101101001000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CD71; }

 p { color: rgb(194,205,113); }

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

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

 a { background-color: rgb(194,205,113); }

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

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

 span { border-color: rgb(194,205,113); }

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