Shades of Apple #5CD236
Tints of Apple #5CD236
RGB
CMYK
RGB Variations
Color information
#5CD236 (or 0x5CD236) is known color: Apple. HEX triplet: 5C, D2 and 36. RGB value is (92,210,54). Sum of RGB (Red+Green+Blue) = 92+210+54=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD236 is #A32DC9. Grayscale: #9D9D9D. Windows color (decimal): -10694090 or 3592796. OLE color: 3592796.
HSL color Cylindrical-coordinate representation of color #5CD236: hue angle of 105.38º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CD236 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 210 | 54 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.18 |
| HSL | 105.38º | 0.63% | 0.52% | - |
| HSV(B) | 105.38º | 0.74% | 0.82% | - |
| XYZ | 28.13 | 48.63 | 11.4 | - |
| YUV | 156.93 | 69.91 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 210 | 54 | 0.56 | 0 | 0.74 | 0.18 | 105.38 | 0.63 | 0.52 |
| Hex | 5C | D2 | 36 | 38 | 0 | 4A | 12 | 69 | 3F | 34 |
| Octal | 134 | 322 | 66 | 70 | 0 | 112 | 22 | 151 | 77 | 64 |
| Binary | 1011100 | 11010010 | 110110 | 111000 | 0 | 1001010 | 10010 | 1101001 | 111111 | 110100 |
Color Harmonies of #5CD236
Complementary color
Monochromatic Colors of #5CD236
Black with #5CD236
Text Example
Text Example
White with #5CD236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD236; }
p { color: rgb(92,210,54); }
H1.HeaderClassName
{
color: #5CD236;
}
.AnyTagClassName
{
color: #5CD236;
}
</style>
background-color css
<style>
a { background-color: #5CD236; }
a { background-color: rgb(92,210,54); }
div.DivClassName
{
background-color: #5CD236;
}
.BgClassName
{
background-color: #5CD236;
}
</style>
border-color css
<style>
span { border-color: #5CD236; }
span { border-color: rgb(92,210,54); }
td.TdClassName
{
border-color: #5CD236;
}
.TagClassName
{
border-color: #5CD236;
}
</style>