Shades of Apple #5CAE34
Tints of Apple #5CAE34
RGB
CMYK
RGB Variations
Color information
#5CAE34 (or 0x5CAE34) is known color: Apple. HEX triplet: 5C, AE and 34. RGB value is (92,174,52). Sum of RGB (Red+Green+Blue) = 92+174+52=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAE34 is #A351CB. Grayscale: #878787. Windows color (decimal): -10703308 or 3452508. OLE color: 3452508.
HSL color Cylindrical-coordinate representation of color #5CAE34: hue angle of 100.33º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CAE34 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 174 | 52 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.32 |
| HSL | 100.33º | 0.54% | 0.44% | - |
| HSV(B) | 100.33º | 0.7% | 0.68% | - |
| XYZ | 20.17 | 32.8 | 8.52 | - |
| YUV | 135.57 | 80.83 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 52 | 0.47 | 0 | 0.70 | 0.32 | 100.33 | 0.54 | 0.44 |
| Hex | 5C | AE | 34 | 2F | 0 | 46 | 20 | 64 | 36 | 2C |
| Octal | 134 | 256 | 64 | 57 | 0 | 106 | 40 | 144 | 66 | 54 |
| Binary | 1011100 | 10101110 | 110100 | 101111 | 0 | 1000110 | 100000 | 1100100 | 110110 | 101100 |
Color Harmonies of #5CAE34
Complementary color
Monochromatic Colors of #5CAE34
Black with #5CAE34
Text Example
Text Example
White with #5CAE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAE34; }
p { color: rgb(92,174,52); }
H1.HeaderClassName
{
color: #5CAE34;
}
.AnyTagClassName
{
color: #5CAE34;
}
</style>
background-color css
<style>
a { background-color: #5CAE34; }
a { background-color: rgb(92,174,52); }
div.DivClassName
{
background-color: #5CAE34;
}
.BgClassName
{
background-color: #5CAE34;
}
</style>
border-color css
<style>
span { border-color: #5CAE34; }
span { border-color: rgb(92,174,52); }
td.TdClassName
{
border-color: #5CAE34;
}
.TagClassName
{
border-color: #5CAE34;
}
</style>