Html Css Color HEX #C2CD71 Wild Willow

📋 copy color: '#C2CD71'

red 194 ◦ green 205 ◦ blue 113

#C2CD71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #C2CD71

Tints of Wild Willow #C2CD71

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 value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#C2CD71 (or 0xC2CD71) is known color: 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

RGB 194 205 113 -
CMYK 0.05 0 0.45 0.20
HSL 67.17º 0.48% 0.62% -
HSV(B) 67.17º 0.45% 0.8% -
XYZ 47.06 56.32 24.01 -
YUV 191.22 83.86 129.98 -
System Red Green Blue C M Y K H S L
Decimal 194 205 113 0.05 0 0.45 0.20 67.17 0.48 0.62
Hex C2 CD 71 5 0 2D 14 43 30 3E
Octal 302 315 161 5 0 55 24 103 60 76
Binary 11000010 11001101 1110001 101 0 101101 10100 1000011 110000 111110

Color Harmonies of #C2CD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CD71

Black with #C2CD71

Text Example


Text Example

White with #C2CD71

Text Example


Text Example

HTML Codes & Css Web 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>