Shades of Apple #5CC94B
Tints of Apple #5CC94B
RGB
CMYK
RGB Variations
Color information
#5CC94B (or 0x5CC94B) is known color: Apple. HEX triplet: 5C, C9 and 4B. RGB value is (92,201,75). Sum of RGB (Red+Green+Blue) = 92+201+75=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 201 (78.91% from 255 or 54.62% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 201 - color contains mainly: green. Hex color #5CC94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC94B is #A336B4. Grayscale: #9A9A9A. Windows color (decimal): -10696373 or 4966748. OLE color: 4966748.
HSL color Cylindrical-coordinate representation of color #5CC94B: hue angle of 111.9º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CC94B is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 201 | 75 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.21 |
| HSL | 111.9º | 0.54% | 0.54% | - |
| HSV(B) | 111.9º | 0.63% | 0.79% | - |
| XYZ | 26.57 | 44.56 | 13.86 | - |
| YUV | 154.05 | 83.39 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 201 | 75 | 0.54 | 0 | 0.63 | 0.21 | 111.9 | 0.54 | 0.54 |
| Hex | 5C | C9 | 4B | 36 | 0 | 3F | 15 | 70 | 36 | 36 |
| Octal | 134 | 311 | 113 | 66 | 0 | 77 | 25 | 160 | 66 | 66 |
| Binary | 1011100 | 11001001 | 1001011 | 110110 | 0 | 111111 | 10101 | 1110000 | 110110 | 110110 |
Color Harmonies of #5CC94B
Complementary color
Monochromatic Colors of #5CC94B
Black with #5CC94B
Text Example
Text Example
White with #5CC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC94B; }
p { color: rgb(92,201,75); }
H1.HeaderClassName
{
color: #5CC94B;
}
.AnyTagClassName
{
color: #5CC94B;
}
</style>
background-color css
<style>
a { background-color: #5CC94B; }
a { background-color: rgb(92,201,75); }
div.DivClassName
{
background-color: #5CC94B;
}
.BgClassName
{
background-color: #5CC94B;
}
</style>
border-color css
<style>
span { border-color: #5CC94B; }
span { border-color: rgb(92,201,75); }
td.TdClassName
{
border-color: #5CC94B;
}
.TagClassName
{
border-color: #5CC94B;
}
</style>