Html Css Color HEX #80DF1F Yellow Green

📋 copy color: '#80DF1F'

red 128 ◦ green 223 ◦ blue 31

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

Shades of Yellow Green #80DF1F

Tints of Yellow Green #80DF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.12%

R = 33.51%
G = 58.38%
B = 8.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#80DF1F (or 0x80DF1F) is known color: Yellow Green. HEX triplet: 80, DF and 1F. RGB value is (128,223,31). Sum of RGB (Red+Green+Blue) = 128+223+31=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DF1F is #7F20E0. Grayscale: #ADADAD. Windows color (decimal): -8331489 or 2088832. OLE color: 2088832.

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

Color convert

RGB 128 223 31 -
CMYK 0.43 0 0.86 0.13
HSL 89.69º 0.76% 0.5% -
HSV(B) 89.69º 0.86% 0.87% -
XYZ 35.54 57.46 10.51 -
YUV 172.71 48.03 96.11 -
System Red Green Blue C M Y K H S L
Decimal 128 223 31 0.43 0 0.86 0.13 89.69 0.76 0.5
Hex 80 DF 1F 2B 0 56 D 5A 4C 32
Octal 200 337 37 53 0 126 15 132 114 62
Binary 10000000 11011111 11111 101011 0 1010110 1101 1011010 1001100 110010

Color Harmonies of #80DF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF1F

Black with #80DF1F

Text Example


Text Example

White with #80DF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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