Html Css Color HEX #7FB010 Lima

📋 copy color: '#7FB010'

red 127 ◦ green 176 ◦ blue 16

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

Shades of Lima #7FB010

Tints of Lima #7FB010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.17%

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

R = 39.81%
G = 55.17%
B = 5.02%

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

#7FB010 (or 0x7FB010) is known color: Lima. HEX triplet: 7F, B0 and 10. RGB value is (127,176,16). Sum of RGB (Red+Green+Blue) = 127+176+16=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB010 is #804FEF. Grayscale: #8F8F8F. Windows color (decimal): -8409072 or 1093759. OLE color: 1093759.

HSL color Cylindrical-coordinate representation of color #7FB010: hue angle of 78.38º 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 #7FB010 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 176 16 -
CMYK 0.28 0 0.91 0.31
HSL 78.38º 0.83% 0.38% -
HSV(B) 78.38º 0.91% 0.69% -
XYZ 24.37 35.6 6.08 -
YUV 143.11 56.27 116.51 -
System Red Green Blue C M Y K H S L
Decimal 127 176 16 0.28 0 0.91 0.31 78.38 0.83 0.38
Hex 7F B0 10 1C 0 5B 1F 4E 53 26
Octal 177 260 20 34 0 133 37 116 123 46
Binary 1111111 10110000 10000 11100 0 1011011 11111 1001110 1010011 100110

Color Harmonies of #7FB010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB010

Black with #7FB010

Text Example


Text Example

White with #7FB010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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