#5F9925

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

Shades of Limeade #5F9925

Tints of Limeade #5F9925

Color information

#5F9925 (or 0x5F9925) is unknown color: approx Limeade. HEX triplet: 5F, 99 and 25. RGB value is (95,153,37). Sum of RGB (Red+Green+Blue) = 95+153+37=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9925 is #A066DA. Grayscale: #7A7A7A. Windows color (decimal): -10512091 or 2464095. OLE color: 2464095.

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

Color convert

RGB9515337-
CMYK0.3800.760.4
HSL90º61.05%37.25%-
HSV(B)90º75.82%60%-
XYZ16.4425.355.78-
YUV122.4379.78108.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=33.33%
G=53.68%
B=12.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95153370.3800.760.49061.0537.25
Hex5F99252604C285a3d25
Octal13723145460114501327545
Binary101111110011001100101100110010011001010001011010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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