Html Css Color HEX #80D32E Yellow Green

📋 copy color: '#80D32E'

red 128 ◦ green 211 ◦ blue 46

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

Shades of Yellow Green #80D32E

Tints of Yellow Green #80D32E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.81%

 BLUE value IS 46 (18.36% from 255) = 11.95%

R = 33.25%
G = 54.81%
B = 11.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#80D32E (or 0x80D32E) is known color: Yellow Green. HEX triplet: 80, D3 and 2E. RGB value is (128,211,46). Sum of RGB (Red+Green+Blue) = 128+211+46=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #80D32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D32E is #7F2CD1. Grayscale: #A7A7A7. Windows color (decimal): -8334546 or 3068800. OLE color: 3068800.

HSL color Cylindrical-coordinate representation of color #80D32E: hue angle of 90.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80D32E is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 211 46 -
CMYK 0.39 0 0.78 0.17
HSL 90.18º 0.65% 0.5% -
HSV(B) 90.18º 0.78% 0.83% -
XYZ 32.69 51.37 10.78 -
YUV 167.37 59.5 99.92 -
System Red Green Blue C M Y K H S L
Decimal 128 211 46 0.39 0 0.78 0.17 90.18 0.65 0.5
Hex 80 D3 2E 27 0 4E 11 5A 41 32
Octal 200 323 56 47 0 116 21 132 101 62
Binary 10000000 11010011 101110 100111 0 1001110 10001 1011010 1000001 110010

Color Harmonies of #80D32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D32E

Black with #80D32E

Text Example


Text Example

White with #80D32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,211,46); }

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

background-color css

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

 a { background-color: rgb(128,211,46); }

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

border-color css

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

 span { border-color: rgb(128,211,46); }

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