Html Css Color HEX #7FBA11 Lima

📋 copy color: '#7FBA11'

red 127 ◦ green 186 ◦ blue 17

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

Shades of Lima #7FBA11

Tints of Lima #7FBA11

RGB

 RED value IS 127 (50% from 255) = 38.48%

 GREEN value IS 186 (73.05% from 255) = 56.36%

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 38.48%
G = 56.36%
B = 5.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#7FBA11 (or 0x7FBA11) is known color: Lima. HEX triplet: 7F, BA and 11. RGB value is (127,186,17). Sum of RGB (Red+Green+Blue) = 127+186+17=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA11 is #8045EE. Grayscale: #959595. Windows color (decimal): -8406511 or 1161855. OLE color: 1161855.

HSL color Cylindrical-coordinate representation of color #7FBA11: hue angle of 80.95º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FBA11 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 17 -
CMYK 0.32 0 0.91 0.27
HSL 80.95º 0.83% 0.4% -
HSV(B) 80.95º 0.91% 0.73% -
XYZ 26.41 39.67 6.8 -
YUV 149.09 53.45 112.24 -
System Red Green Blue C M Y K H S L
Decimal 127 186 17 0.32 0 0.91 0.27 80.95 0.83 0.4
Hex 7F BA 11 20 0 5B 1B 51 53 28
Octal 177 272 21 40 0 133 33 121 123 50
Binary 1111111 10111010 10001 100000 0 1011011 11011 1010001 1010011 101000

Color Harmonies of #7FBA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA11

Black with #7FBA11

Text Example


Text Example

White with #7FBA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FBA11; }

 p { color: rgb(127,186,17); }

 H1.HeaderClassName
 {
   color: #7FBA11;
 }
 .AnyTagClassName
 {
   color: #7FBA11;
 }
</style>

background-color css

<style>
 a { background-color: #7FBA11; }

 a { background-color: rgb(127,186,17); }

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

border-color css

<style>
 span { border-color: #7FBA11; }

 span { border-color: rgb(127,186,17); }

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