Html Css Color HEX #7FAB13 Lima

📋 copy color: '#7FAB13'

red 127 ◦ green 171 ◦ blue 19

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

Shades of Lima #7FAB13

Tints of Lima #7FAB13

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.94%

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 40.06%
G = 53.94%
B = 5.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#7FAB13 (or 0x7FAB13) is known color: Lima. HEX triplet: 7F, AB and 13. RGB value is (127,171,19). Sum of RGB (Red+Green+Blue) = 127+171+19=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAB13 is #8054EC. Grayscale: #8D8D8D. Windows color (decimal): -8410349 or 1289087. OLE color: 1289087.

HSL color Cylindrical-coordinate representation of color #7FAB13: hue angle of 77.37º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7FAB13 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 171 19 -
CMYK 0.26 0 0.89 0.33
HSL 77.37º 0.8% 0.37% -
HSV(B) 77.37º 0.89% 0.67% -
XYZ 23.43 33.68 5.88 -
YUV 140.52 59.42 118.36 -
System Red Green Blue C M Y K H S L
Decimal 127 171 19 0.26 0 0.89 0.33 77.37 0.8 0.37
Hex 7F AB 13 1A 0 59 21 4D 50 25
Octal 177 253 23 32 0 131 41 115 120 45
Binary 1111111 10101011 10011 11010 0 1011001 100001 1001101 1010000 100101

Color Harmonies of #7FAB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB13

Black with #7FAB13

Text Example


Text Example

White with #7FAB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,171,19); }

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

background-color css

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

 a { background-color: rgb(127,171,19); }

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

border-color css

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

 span { border-color: rgb(127,171,19); }

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