Shades of Apple #5CC138
Tints of Apple #5CC138
RGB
CMYK
RGB Variations
Color information
#5CC138 (or 0x5CC138) is known color: Apple. HEX triplet: 5C, C1 and 38. RGB value is (92,193,56). Sum of RGB (Red+Green+Blue) = 92+193+56=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC138 is #A33EC7. Grayscale: #939393. Windows color (decimal): -10698440 or 3719516. OLE color: 3719516.
HSL color Cylindrical-coordinate representation of color #5CC138: hue angle of 104.23º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CC138 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 193 | 56 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.24 |
| HSL | 104.23º | 0.55% | 0.49% | - |
| HSV(B) | 104.23º | 0.71% | 0.76% | - |
| XYZ | 24.2 | 40.7 | 10.32 | - |
| YUV | 147.18 | 76.54 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 56 | 0.52 | 0 | 0.71 | 0.24 | 104.23 | 0.55 | 0.49 |
| Hex | 5C | C1 | 38 | 34 | 0 | 47 | 18 | 68 | 37 | 31 |
| Octal | 134 | 301 | 70 | 64 | 0 | 107 | 30 | 150 | 67 | 61 |
| Binary | 1011100 | 11000001 | 111000 | 110100 | 0 | 1000111 | 11000 | 1101000 | 110111 | 110001 |
Color Harmonies of #5CC138
Complementary color
Monochromatic Colors of #5CC138
Black with #5CC138
Text Example
Text Example
White with #5CC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC138; }
p { color: rgb(92,193,56); }
H1.HeaderClassName
{
color: #5CC138;
}
.AnyTagClassName
{
color: #5CC138;
}
</style>
background-color css
<style>
a { background-color: #5CC138; }
a { background-color: rgb(92,193,56); }
div.DivClassName
{
background-color: #5CC138;
}
.BgClassName
{
background-color: #5CC138;
}
</style>
border-color css
<style>
span { border-color: #5CC138; }
span { border-color: rgb(92,193,56); }
td.TdClassName
{
border-color: #5CC138;
}
.TagClassName
{
border-color: #5CC138;
}
</style>