Shades of Apple #5CC03D
Tints of Apple #5CC03D
RGB
CMYK
RGB Variations
Color information
#5CC03D (or 0x5CC03D) is known color: Apple. HEX triplet: 5C, C0 and 3D. RGB value is (92,192,61). Sum of RGB (Red+Green+Blue) = 92+192+61=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC03D is #A33FC2. Grayscale: #939393. Windows color (decimal): -10698691 or 4046940. OLE color: 4046940.
HSL color Cylindrical-coordinate representation of color #5CC03D: hue angle of 105.8º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CC03D is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 61 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.25 |
| HSL | 105.8º | 0.52% | 0.5% | - |
| HSV(B) | 105.8º | 0.68% | 0.75% | - |
| XYZ | 24.11 | 40.31 | 10.93 | - |
| YUV | 147.17 | 79.37 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 61 | 0.52 | 0 | 0.68 | 0.25 | 105.8 | 0.52 | 0.5 |
| Hex | 5C | C0 | 3D | 34 | 0 | 44 | 19 | 6A | 34 | 32 |
| Octal | 134 | 300 | 75 | 64 | 0 | 104 | 31 | 152 | 64 | 62 |
| Binary | 1011100 | 11000000 | 111101 | 110100 | 0 | 1000100 | 11001 | 1101010 | 110100 | 110010 |
Color Harmonies of #5CC03D
Complementary color
Monochromatic Colors of #5CC03D
Black with #5CC03D
Text Example
Text Example
White with #5CC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC03D; }
p { color: rgb(92,192,61); }
H1.HeaderClassName
{
color: #5CC03D;
}
.AnyTagClassName
{
color: #5CC03D;
}
</style>
background-color css
<style>
a { background-color: #5CC03D; }
a { background-color: rgb(92,192,61); }
div.DivClassName
{
background-color: #5CC03D;
}
.BgClassName
{
background-color: #5CC03D;
}
</style>
border-color css
<style>
span { border-color: #5CC03D; }
span { border-color: rgb(92,192,61); }
td.TdClassName
{
border-color: #5CC03D;
}
.TagClassName
{
border-color: #5CC03D;
}
</style>