Shades of Apple #5CB53A
Tints of Apple #5CB53A
RGB
CMYK
RGB Variations
Color information
#5CB53A (or 0x5CB53A) is known color: Apple. HEX triplet: 5C, B5 and 3A. RGB value is (92,181,58). Sum of RGB (Red+Green+Blue) = 92+181+58=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB53A is #A34AC5. Grayscale: #8C8C8C. Windows color (decimal): -10701510 or 3847516. OLE color: 3847516.
HSL color Cylindrical-coordinate representation of color #5CB53A: hue angle of 103.41º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CB53A is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 181 | 58 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.29 |
| HSL | 103.41º | 0.51% | 0.47% | - |
| HSV(B) | 103.41º | 0.68% | 0.71% | - |
| XYZ | 21.7 | 35.63 | 9.74 | - |
| YUV | 140.37 | 81.51 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 58 | 0.49 | 0 | 0.68 | 0.29 | 103.41 | 0.51 | 0.47 |
| Hex | 5C | B5 | 3A | 31 | 0 | 44 | 1D | 67 | 33 | 2F |
| Octal | 134 | 265 | 72 | 61 | 0 | 104 | 35 | 147 | 63 | 57 |
| Binary | 1011100 | 10110101 | 111010 | 110001 | 0 | 1000100 | 11101 | 1100111 | 110011 | 101111 |
Color Harmonies of #5CB53A
Complementary color
Monochromatic Colors of #5CB53A
Black with #5CB53A
Text Example
Text Example
White with #5CB53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB53A; }
p { color: rgb(92,181,58); }
H1.HeaderClassName
{
color: #5CB53A;
}
.AnyTagClassName
{
color: #5CB53A;
}
</style>
background-color css
<style>
a { background-color: #5CB53A; }
a { background-color: rgb(92,181,58); }
div.DivClassName
{
background-color: #5CB53A;
}
.BgClassName
{
background-color: #5CB53A;
}
</style>
border-color css
<style>
span { border-color: #5CB53A; }
span { border-color: rgb(92,181,58); }
td.TdClassName
{
border-color: #5CB53A;
}
.TagClassName
{
border-color: #5CB53A;
}
</style>