Html Css Color HEX #7FB910 Lima

📋 copy color: '#7FB910'

red 127 ◦ green 185 ◦ blue 16

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

Shades of Lima #7FB910

Tints of Lima #7FB910

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.4%

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

R = 38.72%
G = 56.4%
B = 4.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#7FB910 (or 0x7FB910) is known color: Lima. HEX triplet: 7F, B9 and 10. RGB value is (127,185,16). Sum of RGB (Red+Green+Blue) = 127+185+16=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB910 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB910 is #8046EF. Grayscale: #959595. Windows color (decimal): -8406768 or 1096063. OLE color: 1096063.

HSL color Cylindrical-coordinate representation of color #7FB910: hue angle of 80.59º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FB910 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 185 16 -
CMYK 0.31 0 0.91 0.27
HSL 80.59º 0.84% 0.39% -
HSV(B) 80.59º 0.91% 0.73% -
XYZ 26.19 39.25 6.69 -
YUV 148.39 53.28 112.74 -
System Red Green Blue C M Y K H S L
Decimal 127 185 16 0.31 0 0.91 0.27 80.59 0.84 0.39
Hex 7F B9 10 1F 0 5B 1B 51 54 27
Octal 177 271 20 37 0 133 33 121 124 47
Binary 1111111 10111001 10000 11111 0 1011011 11011 1010001 1010100 100111

Color Harmonies of #7FB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB910

Black with #7FB910

Text Example


Text Example

White with #7FB910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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