#5F9B25

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

Shades of Limeade #5F9B25

Tints of Limeade #5F9B25

Color information

#5F9B25 (or 0x5F9B25) is unknown color: approx Limeade. HEX triplet: 5F, 9B and 25. RGB value is (95,155,37). Sum of RGB (Red+Green+Blue) = 95+155+37=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9B25 is #A064DA. Grayscale: #7C7C7C. Windows color (decimal): -10511579 or 2464607. OLE color: 2464607.

HSL color Cylindrical-coordinate representation of color #5F9B25: hue angle of 90.51º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F9B25 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB9515537-
CMYK0.3900.760.39
HSL90.51º61.46%37.65%-
HSV(B)90.51º76.13%60.78%-
XYZ16.7726.015.89-
YUV123.6179.12107.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.10%
GREEN value IS 155 (60.94% from 255) = 54.01%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=33.10%
G=54.01%
B=12.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95155370.3900.760.3990.5161.4637.65
Hex5F9B252704C275b3d26
Octal13723345470114471337546
Binary101111110011011100101100111010011001001111011011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,155,37); }

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

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

 a { background-color: rgb(95,155,37); }

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

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

 span { border-color: rgb(95,155,37); }

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