#7FBE09

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

Shades of Lima #7FBE09

Tints of Lima #7FBE09

Color information

#7FBE09 (or 0x7FBE09) is unknown color: approx Lima. HEX triplet: 7F, BE and 09. RGB value is (127,190,9). Sum of RGB (Red+Green+Blue) = 127+190+9=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBE09 is #8041F6. Grayscale: #979797. Windows color (decimal): -8405495 or 638591. OLE color: 638591.

HSL color Cylindrical-coordinate representation of color #7FBE09: hue angle of 80.88º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7FBE09 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1271909-
CMYK0.3300.950.25
HSL80.88º90.95%39.02%-
HSV(B)80.88º95.26%74.51%-
XYZ27.2241.366.81-
YUV150.5348.13111.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.96%
GREEN value IS 190 (74.61% from 255) = 58.28%
BLUE value IS 9 (3.91% from 255) = 2.76%
R=38.96%
G=58.28%
B=2.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12719090.3300.950.2580.8890.9539.02
Hex7FBE92105F19515b27
Octal177276114101373112113347
Binary1111111101111101001100001010111111100110100011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,190,9); }

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

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

 a { background-color: rgb(127,190,9); }

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

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

 span { border-color: rgb(127,190,9); }

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