Html Css Color HEX #7FB416 Lima

📋 copy color: '#7FB416'

red 127 ◦ green 180 ◦ blue 22

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

Shades of Lima #7FB416

Tints of Lima #7FB416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.71%

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 38.6%
G = 54.71%
B = 6.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#7FB416 (or 0x7FB416) is known color: Lima. HEX triplet: 7F, B4 and 16. RGB value is (127,180,22). Sum of RGB (Red+Green+Blue) = 127+180+22=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB416 is #804BE9. Grayscale: #929292. Windows color (decimal): -8408042 or 1487999. OLE color: 1487999.

HSL color Cylindrical-coordinate representation of color #7FB416: hue angle of 80.13º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FB416 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 180 22 -
CMYK 0.29 0 0.88 0.29
HSL 80.13º 0.78% 0.4% -
HSV(B) 80.13º 0.88% 0.71% -
XYZ 25.22 37.21 6.61 -
YUV 146.14 57.94 114.35 -
System Red Green Blue C M Y K H S L
Decimal 127 180 22 0.29 0 0.88 0.29 80.13 0.78 0.4
Hex 7F B4 16 1D 0 58 1D 50 4E 28
Octal 177 264 26 35 0 130 35 120 116 50
Binary 1111111 10110100 10110 11101 0 1011000 11101 1010000 1001110 101000

Color Harmonies of #7FB416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB416

Black with #7FB416

Text Example


Text Example

White with #7FB416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,180,22); }

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

background-color css

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

 a { background-color: rgb(127,180,22); }

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

border-color css

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

 span { border-color: rgb(127,180,22); }

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