Shades of Limeade #5F9C1B
Tints of Limeade #5F9C1B
RGB
CMYK
RGB Variations
Color information
#5F9C1B (or 0x5F9C1B) is known color: Limeade. HEX triplet: 5F, 9C and 1B. RGB value is (95,156,27). Sum of RGB (Red+Green+Blue) = 95+156+27=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9C1B is #A063E4. Grayscale: #7B7B7B. Windows color (decimal): -10511333 or 1809503. OLE color: 1809503.
HSL color Cylindrical-coordinate representation of color #5F9C1B: hue angle of 88.37º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F9C1B is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 156 | 27 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.39 |
| HSL | 88.37º | 0.7% | 0.36% | - |
| HSV(B) | 88.37º | 0.83% | 0.61% | - |
| XYZ | 16.81 | 26.29 | 5.23 | - |
| YUV | 123.06 | 73.79 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 156 | 27 | 0.39 | 0 | 0.83 | 0.39 | 88.37 | 0.7 | 0.36 |
| Hex | 5F | 9C | 1B | 27 | 0 | 53 | 27 | 58 | 46 | 24 |
| Octal | 137 | 234 | 33 | 47 | 0 | 123 | 47 | 130 | 106 | 44 |
| Binary | 1011111 | 10011100 | 11011 | 100111 | 0 | 1010011 | 100111 | 1011000 | 1000110 | 100100 |
Color Harmonies of #5F9C1B
Complementary color
Monochromatic Colors of #5F9C1B
Black with #5F9C1B
Text Example
Text Example
White with #5F9C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9C1B; }
p { color: rgb(95,156,27); }
H1.HeaderClassName
{
color: #5F9C1B;
}
.AnyTagClassName
{
color: #5F9C1B;
}
</style>
background-color css
<style>
a { background-color: #5F9C1B; }
a { background-color: rgb(95,156,27); }
div.DivClassName
{
background-color: #5F9C1B;
}
.BgClassName
{
background-color: #5F9C1B;
}
</style>
border-color css
<style>
span { border-color: #5F9C1B; }
span { border-color: rgb(95,156,27); }
td.TdClassName
{
border-color: #5F9C1B;
}
.TagClassName
{
border-color: #5F9C1B;
}
</style>