Shades of Apple #5CB334
Tints of Apple #5CB334
RGB
CMYK
RGB Variations
Color information
#5CB334 (or 0x5CB334) is known color: Apple. HEX triplet: 5C, B3 and 34. RGB value is (92,179,52). Sum of RGB (Red+Green+Blue) = 92+179+52=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB334 is #A34CCB. Grayscale: #8A8A8A. Windows color (decimal): -10702028 or 3453788. OLE color: 3453788.
HSL color Cylindrical-coordinate representation of color #5CB334: hue angle of 101.1º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CB334 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 179 | 52 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.30 |
| HSL | 101.1º | 0.55% | 0.45% | - |
| HSV(B) | 101.1º | 0.71% | 0.7% | - |
| XYZ | 21.15 | 34.76 | 8.84 | - |
| YUV | 138.51 | 79.18 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 52 | 0.49 | 0 | 0.71 | 0.30 | 101.1 | 0.55 | 0.45 |
| Hex | 5C | B3 | 34 | 31 | 0 | 47 | 1E | 65 | 37 | 2D |
| Octal | 134 | 263 | 64 | 61 | 0 | 107 | 36 | 145 | 67 | 55 |
| Binary | 1011100 | 10110011 | 110100 | 110001 | 0 | 1000111 | 11110 | 1100101 | 110111 | 101101 |
Color Harmonies of #5CB334
Complementary color
Monochromatic Colors of #5CB334
Black with #5CB334
Text Example
Text Example
White with #5CB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB334; }
p { color: rgb(92,179,52); }
H1.HeaderClassName
{
color: #5CB334;
}
.AnyTagClassName
{
color: #5CB334;
}
</style>
background-color css
<style>
a { background-color: #5CB334; }
a { background-color: rgb(92,179,52); }
div.DivClassName
{
background-color: #5CB334;
}
.BgClassName
{
background-color: #5CB334;
}
</style>
border-color css
<style>
span { border-color: #5CB334; }
span { border-color: rgb(92,179,52); }
td.TdClassName
{
border-color: #5CB334;
}
.TagClassName
{
border-color: #5CB334;
}
</style>