Shades of Apple #5CC33F
Tints of Apple #5CC33F
RGB
CMYK
RGB Variations
Color information
#5CC33F (or 0x5CC33F) is known color: Apple. HEX triplet: 5C, C3 and 3F. RGB value is (92,195,63). Sum of RGB (Red+Green+Blue) = 92+195+63=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC33F is #A33CC0. Grayscale: #959595. Windows color (decimal): -10697921 or 4178780. OLE color: 4178780.
HSL color Cylindrical-coordinate representation of color #5CC33F: hue angle of 106.82º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CC33F is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 195 | 63 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.24 |
| HSL | 106.82º | 0.52% | 0.51% | - |
| HSV(B) | 106.82º | 0.68% | 0.76% | - |
| XYZ | 24.83 | 41.66 | 11.44 | - |
| YUV | 149.16 | 79.38 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 195 | 63 | 0.53 | 0 | 0.68 | 0.24 | 106.82 | 0.52 | 0.51 |
| Hex | 5C | C3 | 3F | 35 | 0 | 44 | 18 | 6B | 34 | 33 |
| Octal | 134 | 303 | 77 | 65 | 0 | 104 | 30 | 153 | 64 | 63 |
| Binary | 1011100 | 11000011 | 111111 | 110101 | 0 | 1000100 | 11000 | 1101011 | 110100 | 110011 |
Color Harmonies of #5CC33F
Complementary color
Monochromatic Colors of #5CC33F
Black with #5CC33F
Text Example
Text Example
White with #5CC33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC33F; }
p { color: rgb(92,195,63); }
H1.HeaderClassName
{
color: #5CC33F;
}
.AnyTagClassName
{
color: #5CC33F;
}
</style>
background-color css
<style>
a { background-color: #5CC33F; }
a { background-color: rgb(92,195,63); }
div.DivClassName
{
background-color: #5CC33F;
}
.BgClassName
{
background-color: #5CC33F;
}
</style>
border-color css
<style>
span { border-color: #5CC33F; }
span { border-color: rgb(92,195,63); }
td.TdClassName
{
border-color: #5CC33F;
}
.TagClassName
{
border-color: #5CC33F;
}
</style>