Shades of Apple #5DCA34
Tints of Apple #5DCA34
RGB
CMYK
RGB Variations
Color information
#5DCA34 (or 0x5DCA34) is known color: Apple. HEX triplet: 5D, CA and 34. RGB value is (93,202,52). Sum of RGB (Red+Green+Blue) = 93+202+52=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCA34 is #A235CB. Grayscale: #989898. Windows color (decimal): -10630604 or 3459677. OLE color: 3459677.
HSL color Cylindrical-coordinate representation of color #5DCA34: hue angle of 103.6º degrees, saturation: 0.59, 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 #5DCA34 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 202 | 52 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.21 |
| HSL | 103.6º | 0.59% | 0.5% | - |
| HSV(B) | 103.6º | 0.74% | 0.79% | - |
| XYZ | 26.25 | 44.82 | 10.52 | - |
| YUV | 152.31 | 71.39 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 52 | 0.54 | 0 | 0.74 | 0.21 | 103.6 | 0.59 | 0.5 |
| Hex | 5D | CA | 34 | 36 | 0 | 4A | 15 | 68 | 3B | 32 |
| Octal | 135 | 312 | 64 | 66 | 0 | 112 | 25 | 150 | 73 | 62 |
| Binary | 1011101 | 11001010 | 110100 | 110110 | 0 | 1001010 | 10101 | 1101000 | 111011 | 110010 |
Color Harmonies of #5DCA34
Complementary color
Monochromatic Colors of #5DCA34
Black with #5DCA34
Text Example
Text Example
White with #5DCA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCA34; }
p { color: rgb(93,202,52); }
H1.HeaderClassName
{
color: #5DCA34;
}
.AnyTagClassName
{
color: #5DCA34;
}
</style>
background-color css
<style>
a { background-color: #5DCA34; }
a { background-color: rgb(93,202,52); }
div.DivClassName
{
background-color: #5DCA34;
}
.BgClassName
{
background-color: #5DCA34;
}
</style>
border-color css
<style>
span { border-color: #5DCA34; }
span { border-color: rgb(93,202,52); }
td.TdClassName
{
border-color: #5DCA34;
}
.TagClassName
{
border-color: #5DCA34;
}
</style>