Shades of Apple #5CD335
Tints of Apple #5CD335
RGB
CMYK
RGB Variations
Color information
#5CD335 (or 0x5CD335) is known color: Apple. HEX triplet: 5C, D3 and 35. RGB value is (92,211,53). Sum of RGB (Red+Green+Blue) = 92+211+53=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #5CD335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD335 is #A32CCA. Grayscale: #9D9D9D. Windows color (decimal): -10693835 or 3527516. OLE color: 3527516.
HSL color Cylindrical-coordinate representation of color #5CD335: hue angle of 105.19º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CD335 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 211 | 53 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.17 |
| HSL | 105.19º | 0.64% | 0.52% | - |
| HSV(B) | 105.19º | 0.75% | 0.83% | - |
| XYZ | 28.35 | 49.12 | 11.36 | - |
| YUV | 157.41 | 69.08 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 211 | 53 | 0.56 | 0 | 0.75 | 0.17 | 105.19 | 0.64 | 0.52 |
| Hex | 5C | D3 | 35 | 38 | 0 | 4B | 11 | 69 | 40 | 34 |
| Octal | 134 | 323 | 65 | 70 | 0 | 113 | 21 | 151 | 100 | 64 |
| Binary | 1011100 | 11010011 | 110101 | 111000 | 0 | 1001011 | 10001 | 1101001 | 1000000 | 110100 |
Color Harmonies of #5CD335
Complementary color
Monochromatic Colors of #5CD335
Black with #5CD335
Text Example
Text Example
White with #5CD335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD335; }
p { color: rgb(92,211,53); }
H1.HeaderClassName
{
color: #5CD335;
}
.AnyTagClassName
{
color: #5CD335;
}
</style>
background-color css
<style>
a { background-color: #5CD335; }
a { background-color: rgb(92,211,53); }
div.DivClassName
{
background-color: #5CD335;
}
.BgClassName
{
background-color: #5CD335;
}
</style>
border-color css
<style>
span { border-color: #5CD335; }
span { border-color: rgb(92,211,53); }
td.TdClassName
{
border-color: #5CD335;
}
.TagClassName
{
border-color: #5CD335;
}
</style>