Shades of Apple #54CF46
Tints of Apple #54CF46
RGB
CMYK
RGB Variations
Color information
#54CF46 (or 0x54CF46) is known color: Apple. HEX triplet: 54, CF and 46. RGB value is (84,207,70). Sum of RGB (Red+Green+Blue) = 84+207+70=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #54CF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54CF46 is #AB30B9. Grayscale: #9B9B9B. Windows color (decimal): -11219130 or 4640596. OLE color: 4640596.
HSL color Cylindrical-coordinate representation of color #54CF46: hue angle of 113.87º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54CF46 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 207 | 70 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.19 |
| HSL | 113.87º | 0.59% | 0.54% | - |
| HSV(B) | 113.87º | 0.66% | 0.81% | - |
| XYZ | 27.07 | 46.95 | 13.43 | - |
| YUV | 154.61 | 80.25 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 70 | 0.59 | 0 | 0.66 | 0.19 | 113.87 | 0.59 | 0.54 |
| Hex | 54 | CF | 46 | 3B | 0 | 42 | 13 | 72 | 3B | 36 |
| Octal | 124 | 317 | 106 | 73 | 0 | 102 | 23 | 162 | 73 | 66 |
| Binary | 1010100 | 11001111 | 1000110 | 111011 | 0 | 1000010 | 10011 | 1110010 | 111011 | 110110 |
Color Harmonies of #54CF46
Complementary color
Monochromatic Colors of #54CF46
Black with #54CF46
Text Example
Text Example
White with #54CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CF46; }
p { color: rgb(84,207,70); }
H1.HeaderClassName
{
color: #54CF46;
}
.AnyTagClassName
{
color: #54CF46;
}
</style>
background-color css
<style>
a { background-color: #54CF46; }
a { background-color: rgb(84,207,70); }
div.DivClassName
{
background-color: #54CF46;
}
.BgClassName
{
background-color: #54CF46;
}
</style>
border-color css
<style>
span { border-color: #54CF46; }
span { border-color: rgb(84,207,70); }
td.TdClassName
{
border-color: #54CF46;
}
.TagClassName
{
border-color: #54CF46;
}
</style>