Html Css Color HEX #7FAB01 Lima

📋 copy color: '#7FAB01'

red 127 ◦ green 171 ◦ blue 1

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

Shades of Lima #7FAB01

Tints of Lima #7FAB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 42.47%
G = 57.19%
B = 0.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#7FAB01 (or 0x7FAB01) is known color: Lima. HEX triplet: 7F, AB and 01. RGB value is (127,171,1). Sum of RGB (Red+Green+Blue) = 127+171+1=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAB01 is #8054FE. Grayscale: #8B8B8B. Windows color (decimal): -8410367 or 109439. OLE color: 109439.

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

Color convert

RGB 127 171 1 -
CMYK 0.26 0 0.99 0.33
HSL 75.53º 0.99% 0.34% -
HSV(B) 75.53º 0.99% 0.67% -
XYZ 23.32 33.64 5.29 -
YUV 138.46 50.42 119.82 -
System Red Green Blue C M Y K H S L
Decimal 127 171 1 0.26 0 0.99 0.33 75.53 0.99 0.34
Hex 7F AB 1 1A 0 63 21 4C 63 22
Octal 177 253 1 32 0 143 41 114 143 42
Binary 1111111 10101011 1 11010 0 1100011 100001 1001100 1100011 100010

Color Harmonies of #7FAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB01

Black with #7FAB01

Text Example


Text Example

White with #7FAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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