Html Css Color HEX #7FB710 Lima

📋 copy color: '#7FB710'

red 127 ◦ green 183 ◦ blue 16

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

Shades of Lima #7FB710

Tints of Lima #7FB710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.13%

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

R = 38.96%
G = 56.13%
B = 4.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#7FB710 (or 0x7FB710) is known color: Lima. HEX triplet: 7F, B7 and 10. RGB value is (127,183,16). Sum of RGB (Red+Green+Blue) = 127+183+16=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB710 is #8048EF. Grayscale: #939393. Windows color (decimal): -8407280 or 1095551. OLE color: 1095551.

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

Color convert

RGB 127 183 16 -
CMYK 0.31 0 0.91 0.28
HSL 80.12º 0.84% 0.39% -
HSV(B) 80.12º 0.91% 0.72% -
XYZ 25.78 38.42 6.55 -
YUV 147.22 53.95 113.58 -
System Red Green Blue C M Y K H S L
Decimal 127 183 16 0.31 0 0.91 0.28 80.12 0.84 0.39
Hex 7F B7 10 1F 0 5B 1C 50 54 27
Octal 177 267 20 37 0 133 34 120 124 47
Binary 1111111 10110111 10000 11111 0 1011011 11100 1010000 1010100 100111

Color Harmonies of #7FB710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB710

Black with #7FB710

Text Example


Text Example

White with #7FB710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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