Html Css Color HEX #7FAD1F Lima

📋 copy color: '#7FAD1F'

red 127 ◦ green 173 ◦ blue 31

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

Shades of Lima #7FAD1F

Tints of Lima #7FAD1F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.27%

 BLUE value IS 31 (12.5% from 255) = 9.37%

R = 38.37%
G = 52.27%
B = 9.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#7FAD1F (or 0x7FAD1F) is known color: Lima. HEX triplet: 7F, AD and 1F. RGB value is (127,173,31). Sum of RGB (Red+Green+Blue) = 127+173+31=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAD1F is #8052E0. Grayscale: #8F8F8F. Windows color (decimal): -8409825 or 2076031. OLE color: 2076031.

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

Color convert

RGB 127 173 31 -
CMYK 0.27 0 0.82 0.32
HSL 79.44º 0.7% 0.4% -
HSV(B) 79.44º 0.82% 0.68% -
XYZ 23.94 34.5 6.69 -
YUV 143.06 64.76 116.55 -
System Red Green Blue C M Y K H S L
Decimal 127 173 31 0.27 0 0.82 0.32 79.44 0.7 0.4
Hex 7F AD 1F 1B 0 52 20 4F 46 28
Octal 177 255 37 33 0 122 40 117 106 50
Binary 1111111 10101101 11111 11011 0 1010010 100000 1001111 1000110 101000

Color Harmonies of #7FAD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD1F

Black with #7FAD1F

Text Example


Text Example

White with #7FAD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,31); }

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

background-color css

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

 a { background-color: rgb(127,173,31); }

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

border-color css

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

 span { border-color: rgb(127,173,31); }

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