Shades of Apple #5CBF41
Tints of Apple #5CBF41
RGB
CMYK
RGB Variations
Color information
#5CBF41 (or 0x5CBF41) is known color: Apple. HEX triplet: 5C, BF and 41. RGB value is (92,191,65). Sum of RGB (Red+Green+Blue) = 92+191+65=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBF41 is #A340BE. Grayscale: #939393. Windows color (decimal): -10698943 or 4308828. OLE color: 4308828.
HSL color Cylindrical-coordinate representation of color #5CBF41: hue angle of 107.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CBF41 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 191 | 65 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.25 |
| HSL | 107.14º | 0.5% | 0.5% | - |
| HSV(B) | 107.14º | 0.66% | 0.75% | - |
| XYZ | 24 | 39.92 | 11.44 | - |
| YUV | 147.04 | 81.7 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 65 | 0.52 | 0 | 0.66 | 0.25 | 107.14 | 0.5 | 0.5 |
| Hex | 5C | BF | 41 | 34 | 0 | 42 | 19 | 6B | 32 | 32 |
| Octal | 134 | 277 | 101 | 64 | 0 | 102 | 31 | 153 | 62 | 62 |
| Binary | 1011100 | 10111111 | 1000001 | 110100 | 0 | 1000010 | 11001 | 1101011 | 110010 | 110010 |
Color Harmonies of #5CBF41
Complementary color
Monochromatic Colors of #5CBF41
Black with #5CBF41
Text Example
Text Example
White with #5CBF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBF41; }
p { color: rgb(92,191,65); }
H1.HeaderClassName
{
color: #5CBF41;
}
.AnyTagClassName
{
color: #5CBF41;
}
</style>
background-color css
<style>
a { background-color: #5CBF41; }
a { background-color: rgb(92,191,65); }
div.DivClassName
{
background-color: #5CBF41;
}
.BgClassName
{
background-color: #5CBF41;
}
</style>
border-color css
<style>
span { border-color: #5CBF41; }
span { border-color: rgb(92,191,65); }
td.TdClassName
{
border-color: #5CBF41;
}
.TagClassName
{
border-color: #5CBF41;
}
</style>