Html Css Color HEX #7FB515 Lima

📋 copy color: '#7FB515'

red 127 ◦ green 181 ◦ blue 21

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

Shades of Lima #7FB515

Tints of Lima #7FB515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 38.6%
G = 55.02%
B = 6.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#7FB515 (or 0x7FB515) is known color: Lima. HEX triplet: 7F, B5 and 15. RGB value is (127,181,21). Sum of RGB (Red+Green+Blue) = 127+181+21=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB515 is #804AEA. Grayscale: #939393. Windows color (decimal): -8407787 or 1422719. OLE color: 1422719.

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

Color convert

RGB 127 181 21 -
CMYK 0.30 0 0.88 0.29
HSL 80.25º 0.79% 0.4% -
HSV(B) 80.25º 0.88% 0.71% -
XYZ 25.41 37.61 6.63 -
YUV 146.61 57.11 114.01 -
System Red Green Blue C M Y K H S L
Decimal 127 181 21 0.30 0 0.88 0.29 80.25 0.79 0.4
Hex 7F B5 15 1E 0 58 1D 50 4F 28
Octal 177 265 25 36 0 130 35 120 117 50
Binary 1111111 10110101 10101 11110 0 1011000 11101 1010000 1001111 101000

Color Harmonies of #7FB515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB515

Black with #7FB515

Text Example


Text Example

White with #7FB515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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