Html Css Color HEX #7FB506 Lima

📋 copy color: '#7FB506'

red 127 ◦ green 181 ◦ blue 6

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

Shades of Lima #7FB506

Tints of Lima #7FB506

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.64%

 BLUE value IS 6 (2.73% from 255) = 1.91%

R = 40.45%
G = 57.64%
B = 1.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#7FB506 (or 0x7FB506) is known color: Lima. HEX triplet: 7F, B5 and 06. RGB value is (127,181,6). Sum of RGB (Red+Green+Blue) = 127+181+6=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB506 is #804AF9. Grayscale: #919191. Windows color (decimal): -8407802 or 439679. OLE color: 439679.

HSL color Cylindrical-coordinate representation of color #7FB506: hue angle of 78.51º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FB506 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 181 6 -
CMYK 0.30 0 0.97 0.29
HSL 78.51º 0.94% 0.37% -
HSV(B) 78.51º 0.97% 0.71% -
XYZ 25.31 37.57 6.09 -
YUV 144.9 49.61 115.23 -
System Red Green Blue C M Y K H S L
Decimal 127 181 6 0.30 0 0.97 0.29 78.51 0.94 0.37
Hex 7F B5 6 1E 0 61 1D 4F 5E 25
Octal 177 265 6 36 0 141 35 117 136 45
Binary 1111111 10110101 110 11110 0 1100001 11101 1001111 1011110 100101

Color Harmonies of #7FB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB506

Black with #7FB506

Text Example


Text Example

White with #7FB506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,181,6); }

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

background-color css

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

 a { background-color: rgb(127,181,6); }

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

border-color css

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

 span { border-color: rgb(127,181,6); }

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