Html Css Color HEX #7FB005 Lima

📋 copy color: '#7FB005'

red 127 ◦ green 176 ◦ blue 5

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

Shades of Lima #7FB005

Tints of Lima #7FB005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 41.23%
G = 57.14%
B = 1.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#7FB005 (or 0x7FB005) is known color: Lima. HEX triplet: 7F, B0 and 05. RGB value is (127,176,5). Sum of RGB (Red+Green+Blue) = 127+176+5=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB005 is #804FFA. Grayscale: #8E8E8E. Windows color (decimal): -8409083 or 372863. OLE color: 372863.

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

Color convert

RGB 127 176 5 -
CMYK 0.28 0 0.97 0.31
HSL 77.19º 0.94% 0.35% -
HSV(B) 77.19º 0.97% 0.69% -
XYZ 24.31 35.57 5.73 -
YUV 141.86 50.77 117.4 -
System Red Green Blue C M Y K H S L
Decimal 127 176 5 0.28 0 0.97 0.31 77.19 0.94 0.35
Hex 7F B0 5 1C 0 61 1F 4D 5E 23
Octal 177 260 5 34 0 141 37 115 136 43
Binary 1111111 10110000 101 11100 0 1100001 11111 1001101 1011110 100011

Color Harmonies of #7FB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB005

Black with #7FB005

Text Example


Text Example

White with #7FB005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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