Html Css Color HEX #80BC15 Lima

📋 copy color: '#80BC15'

red 128 ◦ green 188 ◦ blue 21

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

Shades of Lima #80BC15

Tints of Lima #80BC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.79%

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

R = 37.98%
G = 55.79%
B = 6.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#80BC15 (or 0x80BC15) is known color: Lima. HEX triplet: 80, BC and 15. RGB value is (128,188,21). Sum of RGB (Red+Green+Blue) = 128+188+21=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC15 is #7F43EA. Grayscale: #979797. Windows color (decimal): -8340459 or 1424512. OLE color: 1424512.

HSL color Cylindrical-coordinate representation of color #80BC15: hue angle of 81.56º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80BC15 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 21 -
CMYK 0.32 0 0.89 0.26
HSL 81.56º 0.8% 0.41% -
HSV(B) 81.56º 0.89% 0.74% -
XYZ 27.02 40.61 7.12 -
YUV 151.02 54.62 111.58 -
System Red Green Blue C M Y K H S L
Decimal 128 188 21 0.32 0 0.89 0.26 81.56 0.8 0.41
Hex 80 BC 15 20 0 59 1A 52 50 29
Octal 200 274 25 40 0 131 32 122 120 51
Binary 10000000 10111100 10101 100000 0 1011001 11010 1010010 1010000 101001

Color Harmonies of #80BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC15

Black with #80BC15

Text Example


Text Example

White with #80BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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