Html Css Color HEX #80D715 Yellow Green

📋 copy color: '#80D715'

red 128 ◦ green 215 ◦ blue 21

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

Shades of Yellow Green #80D715

Tints of Yellow Green #80D715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 35.16%
G = 59.07%
B = 5.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#80D715 (or 0x80D715) is known color: Yellow Green. HEX triplet: 80, D7 and 15. RGB value is (128,215,21). Sum of RGB (Red+Green+Blue) = 128+215+21=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #80D715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D715 is #7F28EA. Grayscale: #A7A7A7. Windows color (decimal): -8333547 or 1431424. OLE color: 1431424.

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

Color convert

RGB 128 215 21 -
CMYK 0.40 0 0.90 0.16
HSL 86.91º 0.82% 0.46% -
HSV(B) 86.91º 0.9% 0.84% -
XYZ 33.34 53.24 9.23 -
YUV 166.87 45.68 100.27 -
System Red Green Blue C M Y K H S L
Decimal 128 215 21 0.40 0 0.90 0.16 86.91 0.82 0.46
Hex 80 D7 15 28 0 5A 10 57 52 2E
Octal 200 327 25 50 0 132 20 127 122 56
Binary 10000000 11010111 10101 101000 0 1011010 10000 1010111 1010010 101110

Color Harmonies of #80D715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D715

Black with #80D715

Text Example


Text Example

White with #80D715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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