Shades of Apple #5CC13B
Tints of Apple #5CC13B
RGB
CMYK
RGB Variations
Color information
#5CC13B (or 0x5CC13B) is known color: Apple. HEX triplet: 5C, C1 and 3B. RGB value is (92,193,59). Sum of RGB (Red+Green+Blue) = 92+193+59=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC13B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC13B is #A33EC4. Grayscale: #939393. Windows color (decimal): -10698437 or 3916124. OLE color: 3916124.
HSL color Cylindrical-coordinate representation of color #5CC13B: hue angle of 105.22º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CC13B is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 193 | 59 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.24 |
| HSL | 105.22º | 0.53% | 0.49% | - |
| HSV(B) | 105.22º | 0.69% | 0.76% | - |
| XYZ | 24.27 | 40.73 | 10.72 | - |
| YUV | 147.53 | 78.04 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 59 | 0.52 | 0 | 0.69 | 0.24 | 105.22 | 0.53 | 0.49 |
| Hex | 5C | C1 | 3B | 34 | 0 | 45 | 18 | 69 | 35 | 31 |
| Octal | 134 | 301 | 73 | 64 | 0 | 105 | 30 | 151 | 65 | 61 |
| Binary | 1011100 | 11000001 | 111011 | 110100 | 0 | 1000101 | 11000 | 1101001 | 110101 | 110001 |
Color Harmonies of #5CC13B
Complementary color
Monochromatic Colors of #5CC13B
Black with #5CC13B
Text Example
Text Example
White with #5CC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC13B; }
p { color: rgb(92,193,59); }
H1.HeaderClassName
{
color: #5CC13B;
}
.AnyTagClassName
{
color: #5CC13B;
}
</style>
background-color css
<style>
a { background-color: #5CC13B; }
a { background-color: rgb(92,193,59); }
div.DivClassName
{
background-color: #5CC13B;
}
.BgClassName
{
background-color: #5CC13B;
}
</style>
border-color css
<style>
span { border-color: #5CC13B; }
span { border-color: rgb(92,193,59); }
td.TdClassName
{
border-color: #5CC13B;
}
.TagClassName
{
border-color: #5CC13B;
}
</style>