Html Css Color HEX #80D031 Yellow Green

📋 copy color: '#80D031'

red 128 ◦ green 208 ◦ blue 49

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

Shades of Yellow Green #80D031

Tints of Yellow Green #80D031

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.03%

 BLUE value IS 49 (19.53% from 255) = 12.73%

R = 33.25%
G = 54.03%
B = 12.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#80D031 (or 0x80D031) is known color: Yellow Green. HEX triplet: 80, D0 and 31. RGB value is (128,208,49). Sum of RGB (Red+Green+Blue) = 128+208+49=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #80D031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D031 is #7F2FCE. Grayscale: #A6A6A6. Windows color (decimal): -8335311 or 3264640. OLE color: 3264640.

HSL color Cylindrical-coordinate representation of color #80D031: hue angle of 90.19º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80D031 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 49 -
CMYK 0.38 0 0.76 0.18
HSL 90.19º 0.63% 0.5% -
HSV(B) 90.19º 0.76% 0.82% -
XYZ 32.01 49.92 10.85 -
YUV 165.95 62 100.93 -
System Red Green Blue C M Y K H S L
Decimal 128 208 49 0.38 0 0.76 0.18 90.19 0.63 0.5
Hex 80 D0 31 26 0 4C 12 5A 3F 32
Octal 200 320 61 46 0 114 22 132 77 62
Binary 10000000 11010000 110001 100110 0 1001100 10010 1011010 111111 110010

Color Harmonies of #80D031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D031

Black with #80D031

Text Example


Text Example

White with #80D031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,49); }

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

background-color css

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

 a { background-color: rgb(128,208,49); }

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

border-color css

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

 span { border-color: rgb(128,208,49); }

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