Html Css Color HEX #7FBA14 Lima

📋 copy color: '#7FBA14'

red 127 ◦ green 186 ◦ blue 20

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

Shades of Lima #7FBA14

Tints of Lima #7FBA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.01%

R = 38.14%
G = 55.86%
B = 6.01%

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

#7FBA14 (or 0x7FBA14) is known color: Lima. HEX triplet: 7F, BA and 14. RGB value is (127,186,20). Sum of RGB (Red+Green+Blue) = 127+186+20=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA14 is #8045EB. Grayscale: #969696. Windows color (decimal): -8406508 or 1358463. OLE color: 1358463.

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

Color convert

RGB 127 186 20 -
CMYK 0.32 0 0.89 0.27
HSL 81.33º 0.81% 0.4% -
HSV(B) 81.33º 0.89% 0.73% -
XYZ 26.44 39.68 6.93 -
YUV 149.44 54.95 112 -
System Red Green Blue C M Y K H S L
Decimal 127 186 20 0.32 0 0.89 0.27 81.33 0.81 0.4
Hex 7F BA 14 20 0 59 1B 51 51 28
Octal 177 272 24 40 0 131 33 121 121 50
Binary 1111111 10111010 10100 100000 0 1011001 11011 1010001 1010001 101000

Color Harmonies of #7FBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA14

Black with #7FBA14

Text Example


Text Example

White with #7FBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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