Shades of Apple #5CC83D
Tints of Apple #5CC83D
RGB
CMYK
RGB Variations
Color information
#5CC83D (or 0x5CC83D) is known color: Apple. HEX triplet: 5C, C8 and 3D. RGB value is (92,200,61). Sum of RGB (Red+Green+Blue) = 92+200+61=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #5CC83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC83D is #A337C2. Grayscale: #989898. Windows color (decimal): -10696643 or 4048988. OLE color: 4048988.
HSL color Cylindrical-coordinate representation of color #5CC83D: hue angle of 106.62º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CC83D is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 200 | 61 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.22 |
| HSL | 106.62º | 0.56% | 0.51% | - |
| HSV(B) | 106.62º | 0.7% | 0.78% | - |
| XYZ | 25.91 | 43.92 | 11.53 | - |
| YUV | 151.86 | 76.72 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 200 | 61 | 0.54 | 0 | 0.69 | 0.22 | 106.62 | 0.56 | 0.51 |
| Hex | 5C | C8 | 3D | 36 | 0 | 45 | 16 | 6B | 38 | 33 |
| Octal | 134 | 310 | 75 | 66 | 0 | 105 | 26 | 153 | 70 | 63 |
| Binary | 1011100 | 11001000 | 111101 | 110110 | 0 | 1000101 | 10110 | 1101011 | 111000 | 110011 |
Color Harmonies of #5CC83D
Complementary color
Monochromatic Colors of #5CC83D
Black with #5CC83D
Text Example
Text Example
White with #5CC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC83D; }
p { color: rgb(92,200,61); }
H1.HeaderClassName
{
color: #5CC83D;
}
.AnyTagClassName
{
color: #5CC83D;
}
</style>
background-color css
<style>
a { background-color: #5CC83D; }
a { background-color: rgb(92,200,61); }
div.DivClassName
{
background-color: #5CC83D;
}
.BgClassName
{
background-color: #5CC83D;
}
</style>
border-color css
<style>
span { border-color: #5CC83D; }
span { border-color: rgb(92,200,61); }
td.TdClassName
{
border-color: #5CC83D;
}
.TagClassName
{
border-color: #5CC83D;
}
</style>