Html Css Color HEX #7FB905 Lima

📋 copy color: '#7FB905'

red 127 ◦ green 185 ◦ blue 5

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

Shades of Lima #7FB905

Tints of Lima #7FB905

RGB

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

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

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

R = 40.06%
G = 58.36%
B = 1.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#7FB905 (or 0x7FB905) is known color: Lima. HEX triplet: 7F, B9 and 05. RGB value is (127,185,5). Sum of RGB (Red+Green+Blue) = 127+185+5=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB905 is #8046FA. Grayscale: #939393. Windows color (decimal): -8406779 or 375167. OLE color: 375167.

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

Color convert

RGB 127 185 5 -
CMYK 0.31 0 0.97 0.27
HSL 79.33º 0.95% 0.37% -
HSV(B) 79.33º 0.97% 0.73% -
XYZ 26.13 39.22 6.34 -
YUV 147.14 47.78 113.64 -
System Red Green Blue C M Y K H S L
Decimal 127 185 5 0.31 0 0.97 0.27 79.33 0.95 0.37
Hex 7F B9 5 1F 0 61 1B 4F 5F 25
Octal 177 271 5 37 0 141 33 117 137 45
Binary 1111111 10111001 101 11111 0 1100001 11011 1001111 1011111 100101

Color Harmonies of #7FB905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB905

Black with #7FB905

Text Example


Text Example

White with #7FB905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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