Shades of Apple #5CC44B
Tints of Apple #5CC44B
RGB
CMYK
RGB Variations
Color information
#5CC44B (or 0x5CC44B) is known color: Apple. HEX triplet: 5C, C4 and 4B. RGB value is (92,196,75). Sum of RGB (Red+Green+Blue) = 92+196+75=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #5CC44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC44B is #A33BB4. Grayscale: #979797. Windows color (decimal): -10697653 or 4965468. OLE color: 4965468.
HSL color Cylindrical-coordinate representation of color #5CC44B: hue angle of 111.57º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CC44B is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 196 | 75 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.23 |
| HSL | 111.57º | 0.51% | 0.53% | - |
| HSV(B) | 111.57º | 0.62% | 0.77% | - |
| XYZ | 25.42 | 42.26 | 13.47 | - |
| YUV | 151.11 | 85.04 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 196 | 75 | 0.53 | 0 | 0.62 | 0.23 | 111.57 | 0.51 | 0.53 |
| Hex | 5C | C4 | 4B | 35 | 0 | 3E | 17 | 70 | 33 | 35 |
| Octal | 134 | 304 | 113 | 65 | 0 | 76 | 27 | 160 | 63 | 65 |
| Binary | 1011100 | 11000100 | 1001011 | 110101 | 0 | 111110 | 10111 | 1110000 | 110011 | 110101 |
Color Harmonies of #5CC44B
Complementary color
Monochromatic Colors of #5CC44B
Black with #5CC44B
Text Example
Text Example
White with #5CC44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC44B; }
p { color: rgb(92,196,75); }
H1.HeaderClassName
{
color: #5CC44B;
}
.AnyTagClassName
{
color: #5CC44B;
}
</style>
background-color css
<style>
a { background-color: #5CC44B; }
a { background-color: rgb(92,196,75); }
div.DivClassName
{
background-color: #5CC44B;
}
.BgClassName
{
background-color: #5CC44B;
}
</style>
border-color css
<style>
span { border-color: #5CC44B; }
span { border-color: rgb(92,196,75); }
td.TdClassName
{
border-color: #5CC44B;
}
.TagClassName
{
border-color: #5CC44B;
}
</style>