Html Css Color HEX #80B80F Lima

📋 copy color: '#80B80F'

red 128 ◦ green 184 ◦ blue 15

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

Shades of Lima #80B80F

Tints of Lima #80B80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.27%

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 39.14%
G = 56.27%
B = 4.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#80B80F (or 0x80B80F) is known color: Lima. HEX triplet: 80, B8 and 0F. RGB value is (128,184,15). Sum of RGB (Red+Green+Blue) = 128+184+15=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 184 (72.27% from 255 or 56.27% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 184 - color contains mainly: green. Hex color #80B80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B80F is #7F47F0. Grayscale: #949494. Windows color (decimal): -8341489 or 1030272. OLE color: 1030272.

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

Color convert

RGB 128 184 15 -
CMYK 0.30 0 0.92 0.28
HSL 79.88º 0.85% 0.39% -
HSV(B) 79.88º 0.92% 0.72% -
XYZ 26.13 38.9 6.58 -
YUV 147.99 52.95 113.74 -
System Red Green Blue C M Y K H S L
Decimal 128 184 15 0.30 0 0.92 0.28 79.88 0.85 0.39
Hex 80 B8 F 1E 0 5C 1C 50 55 27
Octal 200 270 17 36 0 134 34 120 125 47
Binary 10000000 10111000 1111 11110 0 1011100 11100 1010000 1010101 100111

Color Harmonies of #80B80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B80F

Black with #80B80F

Text Example


Text Example

White with #80B80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,184,15); }

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

background-color css

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

 a { background-color: rgb(128,184,15); }

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

border-color css

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

 span { border-color: rgb(128,184,15); }

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