Shades of Apple #54B234
Tints of Apple #54B234
RGB
CMYK
RGB Variations
Color information
#54B234 (or 0x54B234) is known color: Apple. HEX triplet: 54, B2 and 34. RGB value is (84,178,52). Sum of RGB (Red+Green+Blue) = 84+178+52=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #54B234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54B234 is #AB4DCB. Grayscale: #878787. Windows color (decimal): -11226572 or 3453524. OLE color: 3453524.
HSL color Cylindrical-coordinate representation of color #54B234: hue angle of 104.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54B234 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 52 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.30 |
| HSL | 104.76º | 0.55% | 0.45% | - |
| HSV(B) | 104.76º | 0.71% | 0.7% | - |
| XYZ | 20.2 | 33.97 | 8.74 | - |
| YUV | 135.53 | 80.86 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 52 | 0.53 | 0 | 0.71 | 0.30 | 104.76 | 0.55 | 0.45 |
| Hex | 54 | B2 | 34 | 35 | 0 | 47 | 1E | 69 | 37 | 2D |
| Octal | 124 | 262 | 64 | 65 | 0 | 107 | 36 | 151 | 67 | 55 |
| Binary | 1010100 | 10110010 | 110100 | 110101 | 0 | 1000111 | 11110 | 1101001 | 110111 | 101101 |
Color Harmonies of #54B234
Complementary color
Monochromatic Colors of #54B234
Black with #54B234
Text Example
Text Example
White with #54B234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B234; }
p { color: rgb(84,178,52); }
H1.HeaderClassName
{
color: #54B234;
}
.AnyTagClassName
{
color: #54B234;
}
</style>
background-color css
<style>
a { background-color: #54B234; }
a { background-color: rgb(84,178,52); }
div.DivClassName
{
background-color: #54B234;
}
.BgClassName
{
background-color: #54B234;
}
</style>
border-color css
<style>
span { border-color: #54B234; }
span { border-color: rgb(84,178,52); }
td.TdClassName
{
border-color: #54B234;
}
.TagClassName
{
border-color: #54B234;
}
</style>