Html Css Color HEX #7FBA10 Lima

📋 copy color: '#7FBA10'

red 127 ◦ green 186 ◦ blue 16

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

Shades of Lima #7FBA10

Tints of Lima #7FBA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 38.6%
G = 56.53%
B = 4.86%

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

#7FBA10 (or 0x7FBA10) is known color: Lima. HEX triplet: 7F, BA and 10. RGB value is (127,186,16). Sum of RGB (Red+Green+Blue) = 127+186+16=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA10 is #8045EF. Grayscale: #959595. Windows color (decimal): -8406512 or 1096319. OLE color: 1096319.

HSL color Cylindrical-coordinate representation of color #7FBA10: hue angle of 80.82º degrees, saturation: 0.84, 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 #7FBA10 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 16 -
CMYK 0.32 0 0.91 0.27
HSL 80.82º 0.84% 0.4% -
HSV(B) 80.82º 0.91% 0.73% -
XYZ 26.4 39.67 6.76 -
YUV 148.98 52.95 112.32 -
System Red Green Blue C M Y K H S L
Decimal 127 186 16 0.32 0 0.91 0.27 80.82 0.84 0.4
Hex 7F BA 10 20 0 5B 1B 51 54 28
Octal 177 272 20 40 0 133 33 121 124 50
Binary 1111111 10111010 10000 100000 0 1011011 11011 1010001 1010100 101000

Color Harmonies of #7FBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA10

Black with #7FBA10

Text Example


Text Example

White with #7FBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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