#7FBD11

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

Shades of Lima #7FBD11

Tints of Lima #7FBD11

Color information

#7FBD11 (or 0x7FBD11) is unknown color: approx Lima. HEX triplet: 7F, BD and 11. RGB value is (127,189,17). Sum of RGB (Red+Green+Blue) = 127+189+17=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBD11 is #8042EE. Grayscale: #979797. Windows color (decimal): -8405743 or 1162623. OLE color: 1162623.

HSL color Cylindrical-coordinate representation of color #7FBD11: hue angle of 81.63º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FBD11 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB12718917-
CMYK0.3300.910.26
HSL81.63º83.5%40.39%-
HSV(B)81.63º91.01%74.12%-
XYZ27.0540.957.01-
YUV150.8552.46110.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.14%
GREEN value IS 189 (74.22% from 255) = 56.76%
BLUE value IS 17 (7.03% from 255) = 5.11%
R=38.14%
G=56.76%
B=5.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127189170.3300.910.2681.6383.540.39
Hex7FBD112105B1A525328
Octal177275214101333212212350
Binary11111111011110110001100001010110111101010100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,17); }

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

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

 a { background-color: rgb(127,189,17); }

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

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

 span { border-color: rgb(127,189,17); }

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