Shades of Apple #5CBE3A
Tints of Apple #5CBE3A
RGB
CMYK
RGB Variations
Color information
#5CBE3A (or 0x5CBE3A) is known color: Apple. HEX triplet: 5C, BE and 3A. RGB value is (92,190,58). Sum of RGB (Red+Green+Blue) = 92+190+58=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 190 (74.61% from 255 or 55.88% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBE3A is #A341C5. Grayscale: #929292. Windows color (decimal): -10699206 or 3849820. OLE color: 3849820.
HSL color Cylindrical-coordinate representation of color #5CBE3A: hue angle of 104.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CBE3A is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 58 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.25 |
| HSL | 104.55º | 0.53% | 0.49% | - |
| HSV(B) | 104.55º | 0.69% | 0.75% | - |
| XYZ | 23.59 | 39.41 | 10.37 | - |
| YUV | 145.65 | 78.53 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 58 | 0.52 | 0 | 0.69 | 0.25 | 104.55 | 0.53 | 0.49 |
| Hex | 5C | BE | 3A | 34 | 0 | 45 | 19 | 69 | 35 | 31 |
| Octal | 134 | 276 | 72 | 64 | 0 | 105 | 31 | 151 | 65 | 61 |
| Binary | 1011100 | 10111110 | 111010 | 110100 | 0 | 1000101 | 11001 | 1101001 | 110101 | 110001 |
Color Harmonies of #5CBE3A
Complementary color
Monochromatic Colors of #5CBE3A
Black with #5CBE3A
Text Example
Text Example
White with #5CBE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBE3A; }
p { color: rgb(92,190,58); }
H1.HeaderClassName
{
color: #5CBE3A;
}
.AnyTagClassName
{
color: #5CBE3A;
}
</style>
background-color css
<style>
a { background-color: #5CBE3A; }
a { background-color: rgb(92,190,58); }
div.DivClassName
{
background-color: #5CBE3A;
}
.BgClassName
{
background-color: #5CBE3A;
}
</style>
border-color css
<style>
span { border-color: #5CBE3A; }
span { border-color: rgb(92,190,58); }
td.TdClassName
{
border-color: #5CBE3A;
}
.TagClassName
{
border-color: #5CBE3A;
}
</style>