Html Css Color HEX #80B715 Lima

📋 copy color: '#80B715'

red 128 ◦ green 183 ◦ blue 21

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

Shades of Lima #80B715

Tints of Lima #80B715

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.12%

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

R = 38.55%
G = 55.12%
B = 6.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#80B715 (or 0x80B715) is known color: Lima. HEX triplet: 80, B7 and 15. RGB value is (128,183,21). Sum of RGB (Red+Green+Blue) = 128+183+21=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #80B715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B715 is #7F48EA. Grayscale: #949494. Windows color (decimal): -8341739 or 1423232. OLE color: 1423232.

HSL color Cylindrical-coordinate representation of color #80B715: hue angle of 80.37º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80B715 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 21 -
CMYK 0.30 0 0.89 0.28
HSL 80.37º 0.79% 0.4% -
HSV(B) 80.37º 0.89% 0.72% -
XYZ 25.97 38.51 6.77 -
YUV 148.09 56.28 113.67 -
System Red Green Blue C M Y K H S L
Decimal 128 183 21 0.30 0 0.89 0.28 80.37 0.79 0.4
Hex 80 B7 15 1E 0 59 1C 50 4F 28
Octal 200 267 25 36 0 131 34 120 117 50
Binary 10000000 10110111 10101 11110 0 1011001 11100 1010000 1001111 101000

Color Harmonies of #80B715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B715

Black with #80B715

Text Example


Text Example

White with #80B715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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