Html Css Color HEX #7FBA15 Lima

📋 copy color: '#7FBA15'

red 127 ◦ green 186 ◦ blue 21

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

Shades of Lima #7FBA15

Tints of Lima #7FBA15

RGB

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

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

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

R = 38.02%
G = 55.69%
B = 6.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#7FBA15 (or 0x7FBA15) is known color: Lima. HEX triplet: 7F, BA and 15. RGB value is (127,186,21). Sum of RGB (Red+Green+Blue) = 127+186+21=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA15 is #8045EA. Grayscale: #969696. Windows color (decimal): -8406507 or 1423999. OLE color: 1423999.

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

Color convert

RGB 127 186 21 -
CMYK 0.32 0 0.89 0.27
HSL 81.45º 0.8% 0.41% -
HSV(B) 81.45º 0.89% 0.73% -
XYZ 26.45 39.68 6.98 -
YUV 149.55 55.45 111.92 -
System Red Green Blue C M Y K H S L
Decimal 127 186 21 0.32 0 0.89 0.27 81.45 0.8 0.41
Hex 7F BA 15 20 0 59 1B 51 50 29
Octal 177 272 25 40 0 131 33 121 120 51
Binary 1111111 10111010 10101 100000 0 1011001 11011 1010001 1010000 101001

Color Harmonies of #7FBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA15

Black with #7FBA15

Text Example


Text Example

White with #7FBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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