Shades of Apple #5CC533
Tints of Apple #5CC533
RGB
CMYK
RGB Variations
Color information
#5CC533 (or 0x5CC533) is known color: Apple. HEX triplet: 5C, C5 and 33. RGB value is (92,197,51). Sum of RGB (Red+Green+Blue) = 92+197+51=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC533 is #A33ACC. Grayscale: #959595. Windows color (decimal): -10697421 or 3392860. OLE color: 3392860.
HSL color Cylindrical-coordinate representation of color #5CC533: hue angle of 103.15º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CC533 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 197 | 51 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.23 |
| HSL | 103.15º | 0.59% | 0.49% | - |
| HSV(B) | 103.15º | 0.74% | 0.77% | - |
| XYZ | 24.98 | 42.45 | 10.01 | - |
| YUV | 148.96 | 72.71 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 51 | 0.53 | 0 | 0.74 | 0.23 | 103.15 | 0.59 | 0.49 |
| Hex | 5C | C5 | 33 | 35 | 0 | 4A | 17 | 67 | 3B | 31 |
| Octal | 134 | 305 | 63 | 65 | 0 | 112 | 27 | 147 | 73 | 61 |
| Binary | 1011100 | 11000101 | 110011 | 110101 | 0 | 1001010 | 10111 | 1100111 | 111011 | 110001 |
Color Harmonies of #5CC533
Complementary color
Monochromatic Colors of #5CC533
Black with #5CC533
Text Example
Text Example
White with #5CC533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC533; }
p { color: rgb(92,197,51); }
H1.HeaderClassName
{
color: #5CC533;
}
.AnyTagClassName
{
color: #5CC533;
}
</style>
background-color css
<style>
a { background-color: #5CC533; }
a { background-color: rgb(92,197,51); }
div.DivClassName
{
background-color: #5CC533;
}
.BgClassName
{
background-color: #5CC533;
}
</style>
border-color css
<style>
span { border-color: #5CC533; }
span { border-color: rgb(92,197,51); }
td.TdClassName
{
border-color: #5CC533;
}
.TagClassName
{
border-color: #5CC533;
}
</style>