#5F9840

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

Shades of Limeade #5F9840

Tints of Limeade #5F9840

Color information

#5F9840 (or 0x5F9840) is unknown color: approx Limeade. HEX triplet: 5F, 98 and 40. RGB value is (95,152,64). Sum of RGB (Red+Green+Blue) = 95+152+64=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #5F9840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9840 is #A067BF. Grayscale: #7D7D7D. Windows color (decimal): -10512320 or 4233311. OLE color: 4233311.

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

Color convert

RGB9515264-
CMYK0.3800.580.40
HSL98.86º40.74%42.35%-
HSV(B)98.86º57.89%59.61%-
XYZ16.8725.268.84-
YUV124.9293.62106.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=30.55%
G=48.87%
B=20.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95152640.3800.580.4098.8640.7442.35
Hex5F98402603A2863292a
Octal13723010046072501435152
Binary101111110011000100000010011001110101010001100011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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