Html Css Color HEX #80D022 Yellow Green

📋 copy color: '#80D022'

red 128 ◦ green 208 ◦ blue 34

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

Shades of Yellow Green #80D022

Tints of Yellow Green #80D022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.19%

R = 34.59%
G = 56.22%
B = 9.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#80D022 (or 0x80D022) is known color: Yellow Green. HEX triplet: 80, D0 and 22. RGB value is (128,208,34). Sum of RGB (Red+Green+Blue) = 128+208+34=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #80D022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D022 is #7F2FDD. Grayscale: #A4A4A4. Windows color (decimal): -8335326 or 2281600. OLE color: 2281600.

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

Color convert

RGB 128 208 34 -
CMYK 0.38 0 0.84 0.18
HSL 87.59º 0.72% 0.47% -
HSV(B) 87.59º 0.84% 0.82% -
XYZ 31.75 49.82 9.46 -
YUV 164.24 54.5 102.15 -
System Red Green Blue C M Y K H S L
Decimal 128 208 34 0.38 0 0.84 0.18 87.59 0.72 0.47
Hex 80 D0 22 26 0 54 12 58 48 2F
Octal 200 320 42 46 0 124 22 130 110 57
Binary 10000000 11010000 100010 100110 0 1010100 10010 1011000 1001000 101111

Color Harmonies of #80D022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D022

Black with #80D022

Text Example


Text Example

White with #80D022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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