Shades of Apple #5CB338
Tints of Apple #5CB338
RGB
CMYK
RGB Variations
Color information
#5CB338 (or 0x5CB338) is known color: Apple. HEX triplet: 5C, B3 and 38. RGB value is (92,179,56). Sum of RGB (Red+Green+Blue) = 92+179+56=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB338 is #A34CC7. Grayscale: #8B8B8B. Windows color (decimal): -10702024 or 3715932. OLE color: 3715932.
HSL color Cylindrical-coordinate representation of color #5CB338: hue angle of 102.44º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CB338 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 179 | 56 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.30 |
| HSL | 102.44º | 0.52% | 0.46% | - |
| HSV(B) | 102.44º | 0.69% | 0.7% | - |
| XYZ | 21.25 | 34.8 | 9.34 | - |
| YUV | 138.97 | 81.18 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 56 | 0.49 | 0 | 0.69 | 0.30 | 102.44 | 0.52 | 0.46 |
| Hex | 5C | B3 | 38 | 31 | 0 | 45 | 1E | 66 | 34 | 2E |
| Octal | 134 | 263 | 70 | 61 | 0 | 105 | 36 | 146 | 64 | 56 |
| Binary | 1011100 | 10110011 | 111000 | 110001 | 0 | 1000101 | 11110 | 1100110 | 110100 | 101110 |
Color Harmonies of #5CB338
Complementary color
Monochromatic Colors of #5CB338
Black with #5CB338
Text Example
Text Example
White with #5CB338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB338; }
p { color: rgb(92,179,56); }
H1.HeaderClassName
{
color: #5CB338;
}
.AnyTagClassName
{
color: #5CB338;
}
</style>
background-color css
<style>
a { background-color: #5CB338; }
a { background-color: rgb(92,179,56); }
div.DivClassName
{
background-color: #5CB338;
}
.BgClassName
{
background-color: #5CB338;
}
</style>
border-color css
<style>
span { border-color: #5CB338; }
span { border-color: rgb(92,179,56); }
td.TdClassName
{
border-color: #5CB338;
}
.TagClassName
{
border-color: #5CB338;
}
</style>