Html Css Color HEX #80D512 Yellow Green

📋 copy color: '#80D512'

red 128 ◦ green 213 ◦ blue 18

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

Shades of Yellow Green #80D512

Tints of Yellow Green #80D512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.33%

 BLUE value IS 18 (7.42% from 255) = 5.01%

R = 35.65%
G = 59.33%
B = 5.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#80D512 (or 0x80D512) is known color: Yellow Green. HEX triplet: 80, D5 and 12. RGB value is (128,213,18). Sum of RGB (Red+Green+Blue) = 128+213+18=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #80D512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D512 is #7F2AED. Grayscale: #A6A6A6. Windows color (decimal): -8334062 or 1234304. OLE color: 1234304.

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

Color convert

RGB 128 213 18 -
CMYK 0.40 0 0.92 0.16
HSL 86.15º 0.84% 0.45% -
HSV(B) 86.15º 0.92% 0.84% -
XYZ 32.81 52.22 8.92 -
YUV 165.36 44.84 101.36 -
System Red Green Blue C M Y K H S L
Decimal 128 213 18 0.40 0 0.92 0.16 86.15 0.84 0.45
Hex 80 D5 12 28 0 5C 10 56 54 2D
Octal 200 325 22 50 0 134 20 126 124 55
Binary 10000000 11010101 10010 101000 0 1011100 10000 1010110 1010100 101101

Color Harmonies of #80D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D512

Black with #80D512

Text Example


Text Example

White with #80D512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,213,18); }

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

background-color css

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

 a { background-color: rgb(128,213,18); }

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

border-color css

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

 span { border-color: rgb(128,213,18); }

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