Shades of Apple #5DC034
Tints of Apple #5DC034
RGB
CMYK
RGB Variations
Color information
#5DC034 (or 0x5DC034) is known color: Apple. HEX triplet: 5D, C0 and 34. RGB value is (93,192,52). Sum of RGB (Red+Green+Blue) = 93+192+52=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC034 is #A23FCB. Grayscale: #929292. Windows color (decimal): -10633164 or 3457117. OLE color: 3457117.
HSL color Cylindrical-coordinate representation of color #5DC034: hue angle of 102.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DC034 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 52 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.25 |
| HSL | 102.43º | 0.57% | 0.48% | - |
| HSV(B) | 102.43º | 0.73% | 0.75% | - |
| XYZ | 23.98 | 40.27 | 9.76 | - |
| YUV | 146.44 | 74.7 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 52 | 0.52 | 0 | 0.73 | 0.25 | 102.43 | 0.57 | 0.48 |
| Hex | 5D | C0 | 34 | 34 | 0 | 49 | 19 | 66 | 39 | 30 |
| Octal | 135 | 300 | 64 | 64 | 0 | 111 | 31 | 146 | 71 | 60 |
| Binary | 1011101 | 11000000 | 110100 | 110100 | 0 | 1001001 | 11001 | 1100110 | 111001 | 110000 |
Color Harmonies of #5DC034
Complementary color
Monochromatic Colors of #5DC034
Black with #5DC034
Text Example
Text Example
White with #5DC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC034; }
p { color: rgb(93,192,52); }
H1.HeaderClassName
{
color: #5DC034;
}
.AnyTagClassName
{
color: #5DC034;
}
</style>
background-color css
<style>
a { background-color: #5DC034; }
a { background-color: rgb(93,192,52); }
div.DivClassName
{
background-color: #5DC034;
}
.BgClassName
{
background-color: #5DC034;
}
</style>
border-color css
<style>
span { border-color: #5DC034; }
span { border-color: rgb(93,192,52); }
td.TdClassName
{
border-color: #5DC034;
}
.TagClassName
{
border-color: #5DC034;
}
</style>