Html Css Color HEX #7FBA12 Lima

📋 copy color: '#7FBA12'

red 127 ◦ green 186 ◦ blue 18

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

Shades of Lima #7FBA12

Tints of Lima #7FBA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 38.37%
G = 56.19%
B = 5.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#7FBA12 (or 0x7FBA12) is known color: Lima. HEX triplet: 7F, BA and 12. RGB value is (127,186,18). Sum of RGB (Red+Green+Blue) = 127+186+18=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA12 is #8045ED. Grayscale: #959595. Windows color (decimal): -8406510 or 1227391. OLE color: 1227391.

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

Color convert

RGB 127 186 18 -
CMYK 0.32 0 0.90 0.27
HSL 81.07º 0.82% 0.4% -
HSV(B) 81.07º 0.9% 0.73% -
XYZ 26.42 39.67 6.84 -
YUV 149.21 53.95 112.16 -
System Red Green Blue C M Y K H S L
Decimal 127 186 18 0.32 0 0.90 0.27 81.07 0.82 0.4
Hex 7F BA 12 20 0 5A 1B 51 52 28
Octal 177 272 22 40 0 132 33 121 122 50
Binary 1111111 10111010 10010 100000 0 1011010 11011 1010001 1010010 101000

Color Harmonies of #7FBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA12

Black with #7FBA12

Text Example


Text Example

White with #7FBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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