Html Css Color HEX #80D61B Yellow Green

📋 copy color: '#80D61B'

red 128 ◦ green 214 ◦ blue 27

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

Shades of Yellow Green #80D61B

Tints of Yellow Green #80D61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.32%

R = 34.69%
G = 57.99%
B = 7.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#80D61B (or 0x80D61B) is known color: Yellow Green. HEX triplet: 80, D6 and 1B. RGB value is (128,214,27). Sum of RGB (Red+Green+Blue) = 128+214+27=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #80D61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D61B is #7F29E4. Grayscale: #A7A7A7. Windows color (decimal): -8333797 or 1824384. OLE color: 1824384.

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

Color convert

RGB 128 214 27 -
CMYK 0.40 0 0.87 0.16
HSL 87.59º 0.78% 0.47% -
HSV(B) 87.59º 0.87% 0.84% -
XYZ 33.15 52.76 9.47 -
YUV 166.97 49.01 100.21 -
System Red Green Blue C M Y K H S L
Decimal 128 214 27 0.40 0 0.87 0.16 87.59 0.78 0.47
Hex 80 D6 1B 28 0 57 10 58 4E 2F
Octal 200 326 33 50 0 127 20 130 116 57
Binary 10000000 11010110 11011 101000 0 1010111 10000 1011000 1001110 101111

Color Harmonies of #80D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D61B

Black with #80D61B

Text Example


Text Example

White with #80D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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