Shades of Apple #54C041
Tints of Apple #54C041
RGB
CMYK
RGB Variations
Color information
#54C041 (or 0x54C041) is known color: Apple. HEX triplet: 54, C0 and 41. RGB value is (84,192,65). Sum of RGB (Red+Green+Blue) = 84+192+65=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #54C041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54C041 is #AB3FBE. Grayscale: #919191. Windows color (decimal): -11222975 or 4309076. OLE color: 4309076.
HSL color Cylindrical-coordinate representation of color #54C041: hue angle of 111.02º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54C041 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 65 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.25 |
| HSL | 111.02º | 0.5% | 0.5% | - |
| HSV(B) | 111.02º | 0.66% | 0.75% | - |
| XYZ | 23.46 | 39.97 | 11.48 | - |
| YUV | 145.23 | 82.72 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 65 | 0.56 | 0 | 0.66 | 0.25 | 111.02 | 0.5 | 0.5 |
| Hex | 54 | C0 | 41 | 38 | 0 | 42 | 19 | 6F | 32 | 32 |
| Octal | 124 | 300 | 101 | 70 | 0 | 102 | 31 | 157 | 62 | 62 |
| Binary | 1010100 | 11000000 | 1000001 | 111000 | 0 | 1000010 | 11001 | 1101111 | 110010 | 110010 |
Color Harmonies of #54C041
Complementary color
Monochromatic Colors of #54C041
Black with #54C041
Text Example
Text Example
White with #54C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C041; }
p { color: rgb(84,192,65); }
H1.HeaderClassName
{
color: #54C041;
}
.AnyTagClassName
{
color: #54C041;
}
</style>
background-color css
<style>
a { background-color: #54C041; }
a { background-color: rgb(84,192,65); }
div.DivClassName
{
background-color: #54C041;
}
.BgClassName
{
background-color: #54C041;
}
</style>
border-color css
<style>
span { border-color: #54C041; }
span { border-color: rgb(84,192,65); }
td.TdClassName
{
border-color: #54C041;
}
.TagClassName
{
border-color: #54C041;
}
</style>