#7FB83A

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

Shades of Lima #7FB83A

Tints of Lima #7FB83A

Color information

#7FB83A (or 0x7FB83A) is unknown color: approx Lima. HEX triplet: 7F, B8 and 3A. RGB value is (127,184,58). Sum of RGB (Red+Green+Blue) = 127+184+58=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB83A is #8047C5. Grayscale: #999999. Windows color (decimal): -8406982 or 3848319. OLE color: 3848319.

HSL color Cylindrical-coordinate representation of color #7FB83A: hue angle of 87.14º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FB83A is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB12718458-
CMYK0.3100.680.28
HSL87.14º52.07%47.45%-
HSV(B)87.14º68.48%72.16%-
XYZ26.6639.110.14-
YUV152.5974.62109.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.42%
GREEN value IS 184 (72.27% from 255) = 49.86%
BLUE value IS 58 (23.05% from 255) = 15.72%
R=34.42%
G=49.86%
B=15.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal127184580.3100.680.2887.1452.0747.45
Hex7FB83A1F0441C57342f
Octal17727072370104341276457
Binary1111111101110001110101111101000100111001010111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,184,58); }

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

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

 a { background-color: rgb(127,184,58); }

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

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

 span { border-color: rgb(127,184,58); }

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