#7FBB15

Color #7FBB15 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7FBB15

Tints of Lima #7FBB15

Color information

#7FBB15 (or 0x7FBB15) is unknown color: approx Lima. HEX triplet: 7F, BB and 15. RGB value is (127,187,21). Sum of RGB (Red+Green+Blue) = 127+187+21=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBB15 is #8044EA. Grayscale: #969696. Windows color (decimal): -8406251 or 1424255. OLE color: 1424255.

HSL color Cylindrical-coordinate representation of color #7FBB15: hue angle of 81.69º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7FBB15 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB12718721-
CMYK0.3200.890.27
HSL81.69º79.81%40.78%-
HSV(B)81.69º88.77%73.33%-
XYZ26.6640.117.05-
YUV150.1455.12111.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 187 (73.44% from 255) = 55.82%
BLUE value IS 21 (8.59% from 255) = 6.27%
R=37.91%
G=55.82%
B=6.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127187210.3200.890.2781.6979.8140.78
Hex7FBB15200591B525029
Octal177273254001313312212051
Binary11111111011101110101100000010110011101110100101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBB15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FBB15;
 }
 .AnyTagClassName
 {
   color: #7FBB15;
 }
</style>
background-color css

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

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

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

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

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

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