Html Css Color HEX #7FBA19 Lima

📋 copy color: '#7FBA19'

red 127 ◦ green 186 ◦ blue 25

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

Shades of Lima #7FBA19

Tints of Lima #7FBA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.4%

R = 37.57%
G = 55.03%
B = 7.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#7FBA19 (or 0x7FBA19) is known color: Lima. HEX triplet: 7F, BA and 19. RGB value is (127,186,25). Sum of RGB (Red+Green+Blue) = 127+186+25=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA19 is #8045E6. Grayscale: #969696. Windows color (decimal): -8406503 or 1686143. OLE color: 1686143.

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

Color convert

RGB 127 186 25 -
CMYK 0.32 0 0.87 0.27
HSL 81.99º 0.76% 0.41% -
HSV(B) 81.99º 0.87% 0.73% -
XYZ 26.49 39.7 7.19 -
YUV 150.01 57.45 111.59 -
System Red Green Blue C M Y K H S L
Decimal 127 186 25 0.32 0 0.87 0.27 81.99 0.76 0.41
Hex 7F BA 19 20 0 57 1B 52 4C 29
Octal 177 272 31 40 0 127 33 122 114 51
Binary 1111111 10111010 11001 100000 0 1010111 11011 1010010 1001100 101001

Color Harmonies of #7FBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA19

Black with #7FBA19

Text Example


Text Example

White with #7FBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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