Shades of Apple #5DC935
Tints of Apple #5DC935
RGB
CMYK
RGB Variations
Color information
#5DC935 (or 0x5DC935) is known color: Apple. HEX triplet: 5D, C9 and 35. RGB value is (93,201,53). Sum of RGB (Red+Green+Blue) = 93+201+53=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 201 (78.91% from 255 or 57.93% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC935 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC935 is #A236CA. Grayscale: #989898. Windows color (decimal): -10630859 or 3524957. OLE color: 3524957.
HSL color Cylindrical-coordinate representation of color #5DC935: hue angle of 103.78º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DC935 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 53 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.21 |
| HSL | 103.78º | 0.58% | 0.5% | - |
| HSV(B) | 103.78º | 0.74% | 0.79% | - |
| XYZ | 26.04 | 44.36 | 10.56 | - |
| YUV | 151.84 | 72.22 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 53 | 0.54 | 0 | 0.74 | 0.21 | 103.78 | 0.58 | 0.5 |
| Hex | 5D | C9 | 35 | 36 | 0 | 4A | 15 | 68 | 3A | 32 |
| Octal | 135 | 311 | 65 | 66 | 0 | 112 | 25 | 150 | 72 | 62 |
| Binary | 1011101 | 11001001 | 110101 | 110110 | 0 | 1001010 | 10101 | 1101000 | 111010 | 110010 |
Color Harmonies of #5DC935
Complementary color
Monochromatic Colors of #5DC935
Black with #5DC935
Text Example
Text Example
White with #5DC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC935; }
p { color: rgb(93,201,53); }
H1.HeaderClassName
{
color: #5DC935;
}
.AnyTagClassName
{
color: #5DC935;
}
</style>
background-color css
<style>
a { background-color: #5DC935; }
a { background-color: rgb(93,201,53); }
div.DivClassName
{
background-color: #5DC935;
}
.BgClassName
{
background-color: #5DC935;
}
</style>
border-color css
<style>
span { border-color: #5DC935; }
span { border-color: rgb(93,201,53); }
td.TdClassName
{
border-color: #5DC935;
}
.TagClassName
{
border-color: #5DC935;
}
</style>