Html Css Color HEX #80C332 Yellow Green

📋 copy color: '#80C332'

red 128 ◦ green 195 ◦ blue 50

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

Shades of Yellow Green #80C332

Tints of Yellow Green #80C332

RGB

 RED value IS 128 (50.39% from 255) = 34.32%

 GREEN value IS 195 (76.56% from 255) = 52.28%

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 34.32%
G = 52.28%
B = 13.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#80C332 (or 0x80C332) is known color: Yellow Green. HEX triplet: 80, C3 and 32. RGB value is (128,195,50). Sum of RGB (Red+Green+Blue) = 128+195+50=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #80C332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C332 is #7F3CCD. Grayscale: #9E9E9E. Windows color (decimal): -8338638 or 3326848. OLE color: 3326848.

HSL color Cylindrical-coordinate representation of color #80C332: hue angle of 87.72º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80C332 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 50 -
CMYK 0.34 0 0.74 0.24
HSL 87.72º 0.59% 0.48% -
HSV(B) 87.72º 0.74% 0.76% -
XYZ 28.99 43.85 9.95 -
YUV 158.44 66.8 106.29 -
System Red Green Blue C M Y K H S L
Decimal 128 195 50 0.34 0 0.74 0.24 87.72 0.59 0.48
Hex 80 C3 32 22 0 4A 18 58 3B 30
Octal 200 303 62 42 0 112 30 130 73 60
Binary 10000000 11000011 110010 100010 0 1001010 11000 1011000 111011 110000

Color Harmonies of #80C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C332

Black with #80C332

Text Example


Text Example

White with #80C332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80C332; }

 p { color: rgb(128,195,50); }

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

background-color css

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

 a { background-color: rgb(128,195,50); }

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

border-color css

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

 span { border-color: rgb(128,195,50); }

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