Html Css Color HEX #80C434 Yellow Green

📋 copy color: '#80C434'

red 128 ◦ green 196 ◦ blue 52

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

Shades of Yellow Green #80C434

Tints of Yellow Green #80C434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.13%

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 34.04%
G = 52.13%
B = 13.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#80C434 (or 0x80C434) is known color: Yellow Green. HEX triplet: 80, C4 and 34. RGB value is (128,196,52). Sum of RGB (Red+Green+Blue) = 128+196+52=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #80C434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C434 is #7F3BCB. Grayscale: #9F9F9F. Windows color (decimal): -8338380 or 3458176. OLE color: 3458176.

HSL color Cylindrical-coordinate representation of color #80C434: hue angle of 88.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80C434 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 196 52 -
CMYK 0.35 0 0.73 0.23
HSL 88.33º 0.58% 0.49% -
HSV(B) 88.33º 0.73% 0.77% -
XYZ 29.26 44.32 10.26 -
YUV 159.25 67.47 105.71 -
System Red Green Blue C M Y K H S L
Decimal 128 196 52 0.35 0 0.73 0.23 88.33 0.58 0.49
Hex 80 C4 34 23 0 49 17 58 3A 31
Octal 200 304 64 43 0 111 27 130 72 61
Binary 10000000 11000100 110100 100011 0 1001001 10111 1011000 111010 110001

Color Harmonies of #80C434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C434

Black with #80C434

Text Example


Text Example

White with #80C434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,196,52); }

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

background-color css

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

 a { background-color: rgb(128,196,52); }

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

border-color css

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

 span { border-color: rgb(128,196,52); }

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