Shades of Apple #54BC41
Tints of Apple #54BC41
RGB
CMYK
RGB Variations
Color information
#54BC41 (or 0x54BC41) is known color: Apple. HEX triplet: 54, BC and 41. RGB value is (84,188,65). Sum of RGB (Red+Green+Blue) = 84+188+65=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BC41 is #AB43BE. Grayscale: #8F8F8F. Windows color (decimal): -11223999 or 4308052. OLE color: 4308052.
HSL color Cylindrical-coordinate representation of color #54BC41: hue angle of 110.73º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BC41 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 65 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.26 |
| HSL | 110.73º | 0.49% | 0.5% | - |
| HSV(B) | 110.73º | 0.65% | 0.74% | - |
| XYZ | 22.59 | 38.23 | 11.19 | - |
| YUV | 142.88 | 84.04 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 65 | 0.55 | 0 | 0.65 | 0.26 | 110.73 | 0.49 | 0.5 |
| Hex | 54 | BC | 41 | 37 | 0 | 41 | 1A | 6F | 31 | 32 |
| Octal | 124 | 274 | 101 | 67 | 0 | 101 | 32 | 157 | 61 | 62 |
| Binary | 1010100 | 10111100 | 1000001 | 110111 | 0 | 1000001 | 11010 | 1101111 | 110001 | 110010 |
Color Harmonies of #54BC41
Complementary color
Monochromatic Colors of #54BC41
Black with #54BC41
Text Example
Text Example
White with #54BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC41; }
p { color: rgb(84,188,65); }
H1.HeaderClassName
{
color: #54BC41;
}
.AnyTagClassName
{
color: #54BC41;
}
</style>
background-color css
<style>
a { background-color: #54BC41; }
a { background-color: rgb(84,188,65); }
div.DivClassName
{
background-color: #54BC41;
}
.BgClassName
{
background-color: #54BC41;
}
</style>
border-color css
<style>
span { border-color: #54BC41; }
span { border-color: rgb(84,188,65); }
td.TdClassName
{
border-color: #54BC41;
}
.TagClassName
{
border-color: #54BC41;
}
</style>