Html Css Color HEX #80DF2A Yellow Green

📋 copy color: '#80DF2A'

red 128 ◦ green 223 ◦ blue 42

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

Shades of Yellow Green #80DF2A

Tints of Yellow Green #80DF2A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.74%

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 32.57%
G = 56.74%
B = 10.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#80DF2A (or 0x80DF2A) is known color: Yellow Green. HEX triplet: 80, DF and 2A. RGB value is (128,223,42). Sum of RGB (Red+Green+Blue) = 128+223+42=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DF2A is #7F20D5. Grayscale: #AEAEAE. Windows color (decimal): -8331478 or 2809728. OLE color: 2809728.

HSL color Cylindrical-coordinate representation of color #80DF2A: hue angle of 91.49º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80DF2A is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 42 -
CMYK 0.43 0 0.81 0.13
HSL 91.49º 0.74% 0.52% -
HSV(B) 91.49º 0.81% 0.87% -
XYZ 35.71 57.53 11.41 -
YUV 173.96 53.53 95.22 -
System Red Green Blue C M Y K H S L
Decimal 128 223 42 0.43 0 0.81 0.13 91.49 0.74 0.52
Hex 80 DF 2A 2B 0 51 D 5B 4A 34
Octal 200 337 52 53 0 121 15 133 112 64
Binary 10000000 11011111 101010 101011 0 1010001 1101 1011011 1001010 110100

Color Harmonies of #80DF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF2A

Black with #80DF2A

Text Example


Text Example

White with #80DF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,42); }

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

background-color css

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

 a { background-color: rgb(128,223,42); }

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

border-color css

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

 span { border-color: rgb(128,223,42); }

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