Shades of Apple #5CC13F
Tints of Apple #5CC13F
RGB
CMYK
RGB Variations
Color information
#5CC13F (or 0x5CC13F) is known color: Apple. HEX triplet: 5C, C1 and 3F. RGB value is (92,193,63). Sum of RGB (Red+Green+Blue) = 92+193+63=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC13F is #A33EC0. Grayscale: #949494. Windows color (decimal): -10698433 or 4178268. OLE color: 4178268.
HSL color Cylindrical-coordinate representation of color #5CC13F: hue angle of 106.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5CC13F is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 193 | 63 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.24 |
| HSL | 106.62º | 0.51% | 0.5% | - |
| HSV(B) | 106.62º | 0.67% | 0.76% | - |
| XYZ | 24.38 | 40.77 | 11.29 | - |
| YUV | 147.98 | 80.04 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 63 | 0.52 | 0 | 0.67 | 0.24 | 106.62 | 0.51 | 0.5 |
| Hex | 5C | C1 | 3F | 34 | 0 | 43 | 18 | 6B | 33 | 32 |
| Octal | 134 | 301 | 77 | 64 | 0 | 103 | 30 | 153 | 63 | 62 |
| Binary | 1011100 | 11000001 | 111111 | 110100 | 0 | 1000011 | 11000 | 1101011 | 110011 | 110010 |
Color Harmonies of #5CC13F
Complementary color
Monochromatic Colors of #5CC13F
Black with #5CC13F
Text Example
Text Example
White with #5CC13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC13F; }
p { color: rgb(92,193,63); }
H1.HeaderClassName
{
color: #5CC13F;
}
.AnyTagClassName
{
color: #5CC13F;
}
</style>
background-color css
<style>
a { background-color: #5CC13F; }
a { background-color: rgb(92,193,63); }
div.DivClassName
{
background-color: #5CC13F;
}
.BgClassName
{
background-color: #5CC13F;
}
</style>
border-color css
<style>
span { border-color: #5CC13F; }
span { border-color: rgb(92,193,63); }
td.TdClassName
{
border-color: #5CC13F;
}
.TagClassName
{
border-color: #5CC13F;
}
</style>