Html Css Color HEX #C2CC50 Wild Willow

📋 copy color: '#C2CC50'

red 194 ◦ green 204 ◦ blue 80

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

Shades of Wild Willow #C2CC50

Tints of Wild Willow #C2CC50

RGB

 RED value IS 194 (76.17% from 255) = 40.59%

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 80 (31.64% from 255) = 16.74%

R = 40.59%
G = 42.68%
B = 16.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#C2CC50 (or 0xC2CC50) is known color: Wild Willow. HEX triplet: C2, CC and 50. RGB value is (194,204,80). Sum of RGB (Red+Green+Blue) = 194+204+80=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC50 is #3D33AF. Grayscale: #BBBBBB. Windows color (decimal): -4010928 or 5295298. OLE color: 5295298.

HSL color Cylindrical-coordinate representation of color #C2CC50: hue angle of 64.84º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2CC50 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 80 -
CMYK 0.05 0 0.61 0.2
HSL 64.84º 0.55% 0.56% -
HSV(B) 64.84º 0.61% 0.8% -
XYZ 45.29 55.23 15.86 -
YUV 186.87 67.69 133.08 -
System Red Green Blue C M Y K H S L
Decimal 194 204 80 0.05 0 0.61 0.2 64.84 0.55 0.56
Hex C2 CC 50 5 0 3D 14 41 37 38
Octal 302 314 120 5 0 75 24 101 67 70
Binary 11000010 11001100 1010000 101 0 111101 10100 1000001 110111 111000

Color Harmonies of #C2CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CC50

Black with #C2CC50

Text Example


Text Example

White with #C2CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CC50; }

 p { color: rgb(194,204,80); }

 H1.HeaderClassName
 {
   color: #C2CC50;
 }
 .AnyTagClassName
 {
   color: #C2CC50;
 }
</style>

background-color css

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

 a { background-color: rgb(194,204,80); }

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

border-color css

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

 span { border-color: rgb(194,204,80); }

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