Shades of Apple #5CB94B
Tints of Apple #5CB94B
RGB
CMYK
RGB Variations
Color information
#5CB94B (or 0x5CB94B) is known color: Apple. HEX triplet: 5C, B9 and 4B. RGB value is (92,185,75). Sum of RGB (Red+Green+Blue) = 92+185+75=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB94B is #A346B4. Grayscale: #919191. Windows color (decimal): -10700469 or 4962652. OLE color: 4962652.
HSL color Cylindrical-coordinate representation of color #5CB94B: hue angle of 110.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CB94B is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 185 | 75 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.27 |
| HSL | 110.73º | 0.44% | 0.51% | - |
| HSV(B) | 110.73º | 0.59% | 0.73% | - |
| XYZ | 23.03 | 37.48 | 12.68 | - |
| YUV | 144.65 | 88.69 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 185 | 75 | 0.50 | 0 | 0.59 | 0.27 | 110.73 | 0.44 | 0.51 |
| Hex | 5C | B9 | 4B | 32 | 0 | 3B | 1B | 6F | 2C | 33 |
| Octal | 134 | 271 | 113 | 62 | 0 | 73 | 33 | 157 | 54 | 63 |
| Binary | 1011100 | 10111001 | 1001011 | 110010 | 0 | 111011 | 11011 | 1101111 | 101100 | 110011 |
Color Harmonies of #5CB94B
Complementary color
Monochromatic Colors of #5CB94B
Black with #5CB94B
Text Example
Text Example
White with #5CB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB94B; }
p { color: rgb(92,185,75); }
H1.HeaderClassName
{
color: #5CB94B;
}
.AnyTagClassName
{
color: #5CB94B;
}
</style>
background-color css
<style>
a { background-color: #5CB94B; }
a { background-color: rgb(92,185,75); }
div.DivClassName
{
background-color: #5CB94B;
}
.BgClassName
{
background-color: #5CB94B;
}
</style>
border-color css
<style>
span { border-color: #5CB94B; }
span { border-color: rgb(92,185,75); }
td.TdClassName
{
border-color: #5CB94B;
}
.TagClassName
{
border-color: #5CB94B;
}
</style>