Shades of Apple #5CDB46
Tints of Apple #5CDB46
RGB
CMYK
RGB Variations
Color information
#5CDB46 (or 0x5CDB46) is known color: Apple. HEX triplet: 5C, DB and 46. RGB value is (92,219,70). Sum of RGB (Red+Green+Blue) = 92+219+70=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 219 (85.94% from 255 or 57.48% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDB46 is #A324B9. Grayscale: #A4A4A4. Windows color (decimal): -10691770 or 4643676. OLE color: 4643676.
HSL color Cylindrical-coordinate representation of color #5CDB46: hue angle of 111.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CDB46 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 70 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.14 |
| HSL | 111.14º | 0.67% | 0.57% | - |
| HSV(B) | 111.14º | 0.68% | 0.86% | - |
| XYZ | 30.85 | 53.38 | 14.47 | - |
| YUV | 164.04 | 74.92 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 70 | 0.58 | 0 | 0.68 | 0.14 | 111.14 | 0.67 | 0.57 |
| Hex | 5C | DB | 46 | 3A | 0 | 44 | E | 6F | 43 | 39 |
| Octal | 134 | 333 | 106 | 72 | 0 | 104 | 16 | 157 | 103 | 71 |
| Binary | 1011100 | 11011011 | 1000110 | 111010 | 0 | 1000100 | 1110 | 1101111 | 1000011 | 111001 |
Color Harmonies of #5CDB46
Complementary color
Monochromatic Colors of #5CDB46
Black with #5CDB46
Text Example
Text Example
White with #5CDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDB46; }
p { color: rgb(92,219,70); }
H1.HeaderClassName
{
color: #5CDB46;
}
.AnyTagClassName
{
color: #5CDB46;
}
</style>
background-color css
<style>
a { background-color: #5CDB46; }
a { background-color: rgb(92,219,70); }
div.DivClassName
{
background-color: #5CDB46;
}
.BgClassName
{
background-color: #5CDB46;
}
</style>
border-color css
<style>
span { border-color: #5CDB46; }
span { border-color: rgb(92,219,70); }
td.TdClassName
{
border-color: #5CDB46;
}
.TagClassName
{
border-color: #5CDB46;
}
</style>