Shades of Apple #54BD3C
Tints of Apple #54BD3C
RGB
CMYK
RGB Variations
Color information
#54BD3C (or 0x54BD3C) is known color: Apple. HEX triplet: 54, BD and 3C. RGB value is (84,189,60). Sum of RGB (Red+Green+Blue) = 84+189+60=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BD3C is #AB42C3. Grayscale: #8F8F8F. Windows color (decimal): -11223748 or 3980628. OLE color: 3980628.
HSL color Cylindrical-coordinate representation of color #54BD3C: hue angle of 108.84º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54BD3C is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 60 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.26 |
| HSL | 108.84º | 0.52% | 0.49% | - |
| HSV(B) | 108.84º | 0.68% | 0.74% | - |
| XYZ | 22.67 | 38.61 | 10.53 | - |
| YUV | 142.9 | 81.21 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 60 | 0.56 | 0 | 0.68 | 0.26 | 108.84 | 0.52 | 0.49 |
| Hex | 54 | BD | 3C | 38 | 0 | 44 | 1A | 6D | 34 | 31 |
| Octal | 124 | 275 | 74 | 70 | 0 | 104 | 32 | 155 | 64 | 61 |
| Binary | 1010100 | 10111101 | 111100 | 111000 | 0 | 1000100 | 11010 | 1101101 | 110100 | 110001 |
Color Harmonies of #54BD3C
Complementary color
Monochromatic Colors of #54BD3C
Black with #54BD3C
Text Example
Text Example
White with #54BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BD3C; }
p { color: rgb(84,189,60); }
H1.HeaderClassName
{
color: #54BD3C;
}
.AnyTagClassName
{
color: #54BD3C;
}
</style>
background-color css
<style>
a { background-color: #54BD3C; }
a { background-color: rgb(84,189,60); }
div.DivClassName
{
background-color: #54BD3C;
}
.BgClassName
{
background-color: #54BD3C;
}
</style>
border-color css
<style>
span { border-color: #54BD3C; }
span { border-color: rgb(84,189,60); }
td.TdClassName
{
border-color: #54BD3C;
}
.TagClassName
{
border-color: #54BD3C;
}
</style>