Shades of Apple #54B238
Tints of Apple #54B238
RGB
CMYK
RGB Variations
Color information
#54B238 (or 0x54B238) is known color: Apple. HEX triplet: 54, B2 and 38. RGB value is (84,178,56). Sum of RGB (Red+Green+Blue) = 84+178+56=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #54B238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54B238 is #AB4DC7. Grayscale: #888888. Windows color (decimal): -11226568 or 3715668. OLE color: 3715668.
HSL color Cylindrical-coordinate representation of color #54B238: hue angle of 106.23º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54B238 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 56 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.30 |
| HSL | 106.23º | 0.52% | 0.46% | - |
| HSV(B) | 106.23º | 0.69% | 0.7% | - |
| XYZ | 20.29 | 34.01 | 9.24 | - |
| YUV | 135.99 | 82.86 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 56 | 0.53 | 0 | 0.69 | 0.30 | 106.23 | 0.52 | 0.46 |
| Hex | 54 | B2 | 38 | 35 | 0 | 45 | 1E | 6A | 34 | 2E |
| Octal | 124 | 262 | 70 | 65 | 0 | 105 | 36 | 152 | 64 | 56 |
| Binary | 1010100 | 10110010 | 111000 | 110101 | 0 | 1000101 | 11110 | 1101010 | 110100 | 101110 |
Color Harmonies of #54B238
Complementary color
Monochromatic Colors of #54B238
Black with #54B238
Text Example
Text Example
White with #54B238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B238; }
p { color: rgb(84,178,56); }
H1.HeaderClassName
{
color: #54B238;
}
.AnyTagClassName
{
color: #54B238;
}
</style>
background-color css
<style>
a { background-color: #54B238; }
a { background-color: rgb(84,178,56); }
div.DivClassName
{
background-color: #54B238;
}
.BgClassName
{
background-color: #54B238;
}
</style>
border-color css
<style>
span { border-color: #54B238; }
span { border-color: rgb(84,178,56); }
td.TdClassName
{
border-color: #54B238;
}
.TagClassName
{
border-color: #54B238;
}
</style>