Shades of Apple #5CC93D
Tints of Apple #5CC93D
RGB
CMYK
RGB Variations
Color information
#5CC93D (or 0x5CC93D) is known color: Apple. HEX triplet: 5C, C9 and 3D. RGB value is (92,201,61). Sum of RGB (Red+Green+Blue) = 92+201+61=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #5CC93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC93D is #A336C2. Grayscale: #989898. Windows color (decimal): -10696387 or 4049244. OLE color: 4049244.
HSL color Cylindrical-coordinate representation of color #5CC93D: hue angle of 106.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CC93D is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 201 | 61 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.21 |
| HSL | 106.71º | 0.56% | 0.51% | - |
| HSV(B) | 106.71º | 0.7% | 0.79% | - |
| XYZ | 26.14 | 44.39 | 11.6 | - |
| YUV | 152.45 | 76.39 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 201 | 61 | 0.54 | 0 | 0.70 | 0.21 | 106.71 | 0.56 | 0.51 |
| Hex | 5C | C9 | 3D | 36 | 0 | 46 | 15 | 6B | 38 | 33 |
| Octal | 134 | 311 | 75 | 66 | 0 | 106 | 25 | 153 | 70 | 63 |
| Binary | 1011100 | 11001001 | 111101 | 110110 | 0 | 1000110 | 10101 | 1101011 | 111000 | 110011 |
Color Harmonies of #5CC93D
Complementary color
Monochromatic Colors of #5CC93D
Black with #5CC93D
Text Example
Text Example
White with #5CC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC93D; }
p { color: rgb(92,201,61); }
H1.HeaderClassName
{
color: #5CC93D;
}
.AnyTagClassName
{
color: #5CC93D;
}
</style>
background-color css
<style>
a { background-color: #5CC93D; }
a { background-color: rgb(92,201,61); }
div.DivClassName
{
background-color: #5CC93D;
}
.BgClassName
{
background-color: #5CC93D;
}
</style>
border-color css
<style>
span { border-color: #5CC93D; }
span { border-color: rgb(92,201,61); }
td.TdClassName
{
border-color: #5CC93D;
}
.TagClassName
{
border-color: #5CC93D;
}
</style>