Shades of Apple #5CBF45
Tints of Apple #5CBF45
RGB
CMYK
RGB Variations
Color information
#5CBF45 (or 0x5CBF45) is known color: Apple. HEX triplet: 5C, BF and 45. RGB value is (92,191,69). Sum of RGB (Red+Green+Blue) = 92+191+69=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBF45 is #A340BA. Grayscale: #939393. Windows color (decimal): -10698939 or 4570972. OLE color: 4570972.
HSL color Cylindrical-coordinate representation of color #5CBF45: hue angle of 108.69º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CBF45 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 191 | 69 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.25 |
| HSL | 108.69º | 0.49% | 0.51% | - |
| HSV(B) | 108.69º | 0.64% | 0.75% | - |
| XYZ | 24.12 | 39.97 | 12.07 | - |
| YUV | 147.49 | 83.7 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 69 | 0.52 | 0 | 0.64 | 0.25 | 108.69 | 0.49 | 0.51 |
| Hex | 5C | BF | 45 | 34 | 0 | 40 | 19 | 6D | 31 | 33 |
| Octal | 134 | 277 | 105 | 64 | 0 | 100 | 31 | 155 | 61 | 63 |
| Binary | 1011100 | 10111111 | 1000101 | 110100 | 0 | 1000000 | 11001 | 1101101 | 110001 | 110011 |
Color Harmonies of #5CBF45
Complementary color
Monochromatic Colors of #5CBF45
Black with #5CBF45
Text Example
Text Example
White with #5CBF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBF45; }
p { color: rgb(92,191,69); }
H1.HeaderClassName
{
color: #5CBF45;
}
.AnyTagClassName
{
color: #5CBF45;
}
</style>
background-color css
<style>
a { background-color: #5CBF45; }
a { background-color: rgb(92,191,69); }
div.DivClassName
{
background-color: #5CBF45;
}
.BgClassName
{
background-color: #5CBF45;
}
</style>
border-color css
<style>
span { border-color: #5CBF45; }
span { border-color: rgb(92,191,69); }
td.TdClassName
{
border-color: #5CBF45;
}
.TagClassName
{
border-color: #5CBF45;
}
</style>