Html Css Color HEX #7FB110 Lima

📋 copy color: '#7FB110'

red 127 ◦ green 177 ◦ blue 16

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

Shades of Lima #7FB110

Tints of Lima #7FB110

RGB

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

 GREEN value IS 177 (69.53% from 255) = 55.31%

 BLUE value IS 16 (6.64% from 255) = 5%

R = 39.69%
G = 55.31%
B = 5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#7FB110 (or 0x7FB110) is known color: Lima. HEX triplet: 7F, B1 and 10. RGB value is (127,177,16). Sum of RGB (Red+Green+Blue) = 127+177+16=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 177 (69.53% from 255 or 55.31% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB110 is #804EEF. Grayscale: #909090. Windows color (decimal): -8408816 or 1094015. OLE color: 1094015.

HSL color Cylindrical-coordinate representation of color #7FB110: hue angle of 78.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FB110 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 177 16 -
CMYK 0.28 0 0.91 0.31
HSL 78.63º 0.83% 0.38% -
HSV(B) 78.63º 0.91% 0.69% -
XYZ 24.57 35.99 6.14 -
YUV 143.7 55.94 116.09 -
System Red Green Blue C M Y K H S L
Decimal 127 177 16 0.28 0 0.91 0.31 78.63 0.83 0.38
Hex 7F B1 10 1C 0 5B 1F 4F 53 26
Octal 177 261 20 34 0 133 37 117 123 46
Binary 1111111 10110001 10000 11100 0 1011011 11111 1001111 1010011 100110

Color Harmonies of #7FB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB110

Black with #7FB110

Text Example


Text Example

White with #7FB110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,177,16); }

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

background-color css

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

 a { background-color: rgb(127,177,16); }

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

border-color css

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

 span { border-color: rgb(127,177,16); }

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