#5FAD27

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

Shades of Limeade #5FAD27

Tints of Limeade #5FAD27

Color information

#5FAD27 (or 0x5FAD27) is unknown color: approx Limeade. HEX triplet: 5F, AD and 27. RGB value is (95,173,39). Sum of RGB (Red+Green+Blue) = 95+173+39=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAD27 is #A052D8. Grayscale: #868686. Windows color (decimal): -10506969 or 2600287. OLE color: 2600287.

HSL color Cylindrical-coordinate representation of color #5FAD27: hue angle of 94.93º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FAD27 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB9517339-
CMYK0.4500.770.32
HSL94.93º63.21%41.57%-
HSV(B)94.93º77.46%67.84%-
XYZ20.0332.477.13-
YUV134.474.1699.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.94%
GREEN value IS 173 (67.97% from 255) = 56.35%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=30.94%
G=56.35%
B=12.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95173390.4500.770.3294.9363.2141.57
Hex5FAD272D04D205f3f2a
Octal13725547550115401377752
Binary101111110101101100111101101010011011000001011111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,173,39); }

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

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

 a { background-color: rgb(95,173,39); }

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

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

 span { border-color: rgb(95,173,39); }

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