Html Css Color HEX #80D71B Yellow Green

📋 copy color: '#80D71B'

red 128 ◦ green 215 ◦ blue 27

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

Shades of Yellow Green #80D71B

Tints of Yellow Green #80D71B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.11%

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

R = 34.59%
G = 58.11%
B = 7.3%

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

#80D71B (or 0x80D71B) is known color: Yellow Green. HEX triplet: 80, D7 and 1B. RGB value is (128,215,27). Sum of RGB (Red+Green+Blue) = 128+215+27=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #80D71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D71B is #7F28E4. Grayscale: #A8A8A8. Windows color (decimal): -8333541 or 1824640. OLE color: 1824640.

HSL color Cylindrical-coordinate representation of color #80D71B: hue angle of 87.77º 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 #80D71B is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 215 27 -
CMYK 0.40 0 0.87 0.16
HSL 87.77º 0.78% 0.47% -
HSV(B) 87.77º 0.87% 0.84% -
XYZ 33.4 53.27 9.56 -
YUV 167.56 48.68 99.79 -
System Red Green Blue C M Y K H S L
Decimal 128 215 27 0.40 0 0.87 0.16 87.77 0.78 0.47
Hex 80 D7 1B 28 0 57 10 58 4E 2F
Octal 200 327 33 50 0 127 20 130 116 57
Binary 10000000 11010111 11011 101000 0 1010111 10000 1011000 1001110 101111

Color Harmonies of #80D71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D71B

Black with #80D71B

Text Example


Text Example

White with #80D71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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