#5F983A

Color #5F983A Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5F983A

Tints of Limeade #5F983A

Color information

#5F983A (or 0x5F983A) is unknown color: approx Limeade. HEX triplet: 5F, 98 and 3A. RGB value is (95,152,58). Sum of RGB (Red+Green+Blue) = 95+152+58=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #5F983A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F983A is #A067C5. Grayscale: #7C7C7C. Windows color (decimal): -10512326 or 3840095. OLE color: 3840095.

HSL color Cylindrical-coordinate representation of color #5F983A: hue angle of 96.38º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F983A is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB9515258-
CMYK0.3800.620.40
HSL96.38º44.76%41.18%-
HSV(B)96.38º61.84%59.61%-
XYZ16.7125.197.99-
YUV124.2490.62107.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.15%
GREEN value IS 152 (59.77% from 255) = 49.84%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=31.15%
G=49.84%
B=19.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95152580.3800.620.4096.3844.7641.18
Hex5F983A2603E28602d29
Octal1372307246076501405551
Binary10111111001100011101010011001111101010001100000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F983A; }

 p { color: rgb(95,152,58); }

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

<style>
 a { background-color: #5F983A; }

 a { background-color: rgb(95,152,58); }

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

<style>
 span { border-color: #5F983A; }

 span { border-color: rgb(95,152,58); }

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