Html Css Color HEX #80D021 Yellow Green

📋 copy color: '#80D021'

red 128 ◦ green 208 ◦ blue 33

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

Shades of Yellow Green #80D021

Tints of Yellow Green #80D021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.94%

R = 34.69%
G = 56.37%
B = 8.94%

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

#80D021 (or 0x80D021) is known color: Yellow Green. HEX triplet: 80, D0 and 21. RGB value is (128,208,33). Sum of RGB (Red+Green+Blue) = 128+208+33=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #80D021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D021 is #7F2FDE. Grayscale: #A4A4A4. Windows color (decimal): -8335327 or 2216064. OLE color: 2216064.

HSL color Cylindrical-coordinate representation of color #80D021: hue angle of 87.43º degrees, saturation: 0.73, 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 #80D021 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 33 -
CMYK 0.38 0 0.84 0.18
HSL 87.43º 0.73% 0.47% -
HSV(B) 87.43º 0.84% 0.82% -
XYZ 31.73 49.81 9.38 -
YUV 164.13 54 102.23 -
System Red Green Blue C M Y K H S L
Decimal 128 208 33 0.38 0 0.84 0.18 87.43 0.73 0.47
Hex 80 D0 21 26 0 54 12 57 49 2F
Octal 200 320 41 46 0 124 22 127 111 57
Binary 10000000 11010000 100001 100110 0 1010100 10010 1010111 1001001 101111

Color Harmonies of #80D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D021

Black with #80D021

Text Example


Text Example

White with #80D021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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