Html Css Color HEX #7FBA0F Lima

📋 copy color: '#7FBA0F'

red 127 ◦ green 186 ◦ blue 15

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

Shades of Lima #7FBA0F

Tints of Lima #7FBA0F

RGB

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

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

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

R = 38.72%
G = 56.71%
B = 4.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#7FBA0F (or 0x7FBA0F) is known color: Lima. HEX triplet: 7F, BA and 0F. RGB value is (127,186,15). Sum of RGB (Red+Green+Blue) = 127+186+15=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA0F is #8045F0. Grayscale: #959595. Windows color (decimal): -8406513 or 1030783. OLE color: 1030783.

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

Color convert

RGB 127 186 15 -
CMYK 0.32 0 0.92 0.27
HSL 80.7º 0.85% 0.39% -
HSV(B) 80.7º 0.92% 0.73% -
XYZ 26.4 39.66 6.72 -
YUV 148.87 52.45 112.4 -
System Red Green Blue C M Y K H S L
Decimal 127 186 15 0.32 0 0.92 0.27 80.7 0.85 0.39
Hex 7F BA F 20 0 5C 1B 51 55 27
Octal 177 272 17 40 0 134 33 121 125 47
Binary 1111111 10111010 1111 100000 0 1011100 11011 1010001 1010101 100111

Color Harmonies of #7FBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA0F

Black with #7FBA0F

Text Example


Text Example

White with #7FBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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