Shades of Apple #5C9F3F
Tints of Apple #5C9F3F
RGB
CMYK
RGB Variations
Color information
#5C9F3F (or 0x5C9F3F) is known color: Apple. HEX triplet: 5C, 9F and 3F. RGB value is (92,159,63). Sum of RGB (Red+Green+Blue) = 92+159+63=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9F3F is #A360C0. Grayscale: #808080. Windows color (decimal): -10707137 or 4169564. OLE color: 4169564.
HSL color Cylindrical-coordinate representation of color #5C9F3F: hue angle of 101.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C9F3F is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 159 | 63 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.38 |
| HSL | 101.88º | 0.43% | 0.44% | - |
| HSV(B) | 101.88º | 0.6% | 0.62% | - |
| XYZ | 17.71 | 27.43 | 9.06 | - |
| YUV | 128.02 | 91.3 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 159 | 63 | 0.42 | 0 | 0.60 | 0.38 | 101.88 | 0.43 | 0.44 |
| Hex | 5C | 9F | 3F | 2A | 0 | 3C | 26 | 66 | 2B | 2C |
| Octal | 134 | 237 | 77 | 52 | 0 | 74 | 46 | 146 | 53 | 54 |
| Binary | 1011100 | 10011111 | 111111 | 101010 | 0 | 111100 | 100110 | 1100110 | 101011 | 101100 |
Color Harmonies of #5C9F3F
Complementary color
Monochromatic Colors of #5C9F3F
Black with #5C9F3F
Text Example
Text Example
White with #5C9F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9F3F; }
p { color: rgb(92,159,63); }
H1.HeaderClassName
{
color: #5C9F3F;
}
.AnyTagClassName
{
color: #5C9F3F;
}
</style>
background-color css
<style>
a { background-color: #5C9F3F; }
a { background-color: rgb(92,159,63); }
div.DivClassName
{
background-color: #5C9F3F;
}
.BgClassName
{
background-color: #5C9F3F;
}
</style>
border-color css
<style>
span { border-color: #5C9F3F; }
span { border-color: rgb(92,159,63); }
td.TdClassName
{
border-color: #5C9F3F;
}
.TagClassName
{
border-color: #5C9F3F;
}
</style>