Shades of Apple #5DC045
Tints of Apple #5DC045
RGB
CMYK
RGB Variations
Color information
#5DC045 (or 0x5DC045) is known color: Apple. HEX triplet: 5D, C0 and 45. RGB value is (93,192,69). Sum of RGB (Red+Green+Blue) = 93+192+69=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC045 is #A23FBA. Grayscale: #949494. Windows color (decimal): -10633147 or 4571229. OLE color: 4571229.
HSL color Cylindrical-coordinate representation of color #5DC045: hue angle of 108.29º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DC045 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 69 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.25 |
| HSL | 108.29º | 0.49% | 0.51% | - |
| HSV(B) | 108.29º | 0.64% | 0.75% | - |
| XYZ | 24.44 | 40.46 | 12.15 | - |
| YUV | 148.38 | 83.2 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 69 | 0.52 | 0 | 0.64 | 0.25 | 108.29 | 0.49 | 0.51 |
| Hex | 5D | C0 | 45 | 34 | 0 | 40 | 19 | 6C | 31 | 33 |
| Octal | 135 | 300 | 105 | 64 | 0 | 100 | 31 | 154 | 61 | 63 |
| Binary | 1011101 | 11000000 | 1000101 | 110100 | 0 | 1000000 | 11001 | 1101100 | 110001 | 110011 |
Color Harmonies of #5DC045
Complementary color
Monochromatic Colors of #5DC045
Black with #5DC045
Text Example
Text Example
White with #5DC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC045; }
p { color: rgb(93,192,69); }
H1.HeaderClassName
{
color: #5DC045;
}
.AnyTagClassName
{
color: #5DC045;
}
</style>
background-color css
<style>
a { background-color: #5DC045; }
a { background-color: rgb(93,192,69); }
div.DivClassName
{
background-color: #5DC045;
}
.BgClassName
{
background-color: #5DC045;
}
</style>
border-color css
<style>
span { border-color: #5DC045; }
span { border-color: rgb(93,192,69); }
td.TdClassName
{
border-color: #5DC045;
}
.TagClassName
{
border-color: #5DC045;
}
</style>