Html Css Color HEX #80D61F Yellow Green

📋 copy color: '#80D61F'

red 128 ◦ green 214 ◦ blue 31

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

Shades of Yellow Green #80D61F

Tints of Yellow Green #80D61F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.37%

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

R = 34.32%
G = 57.37%
B = 8.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#80D61F (or 0x80D61F) is known color: Yellow Green. HEX triplet: 80, D6 and 1F. RGB value is (128,214,31). Sum of RGB (Red+Green+Blue) = 128+214+31=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #80D61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D61F is #7F29E0. Grayscale: #A8A8A8. Windows color (decimal): -8333793 or 2086528. OLE color: 2086528.

HSL color Cylindrical-coordinate representation of color #80D61F: hue angle of 88.2º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80D61F is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 31 -
CMYK 0.40 0 0.86 0.16
HSL 88.2º 0.75% 0.48% -
HSV(B) 88.2º 0.86% 0.84% -
XYZ 33.2 52.78 9.73 -
YUV 167.42 51.01 99.88 -
System Red Green Blue C M Y K H S L
Decimal 128 214 31 0.40 0 0.86 0.16 88.2 0.75 0.48
Hex 80 D6 1F 28 0 56 10 58 4B 30
Octal 200 326 37 50 0 126 20 130 113 60
Binary 10000000 11010110 11111 101000 0 1010110 10000 1011000 1001011 110000

Color Harmonies of #80D61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D61F

Black with #80D61F

Text Example


Text Example

White with #80D61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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