Shades of Apple #54C350
Tints of Apple #54C350
RGB
CMYK
RGB Variations
Color information
#54C350 (or 0x54C350) is known color: Apple. HEX triplet: 54, C3 and 50. RGB value is (84,195,80). Sum of RGB (Red+Green+Blue) = 84+195+80=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #54C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C350 is #AB3CAF. Grayscale: #959595. Windows color (decimal): -11222192 or 5292884. OLE color: 5292884.
HSL color Cylindrical-coordinate representation of color #54C350: hue angle of 117.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54C350 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 195 | 80 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.24 |
| HSL | 117.91º | 0.49% | 0.54% | - |
| HSV(B) | 117.91º | 0.59% | 0.76% | - |
| XYZ | 24.62 | 41.49 | 14.3 | - |
| YUV | 148.7 | 89.23 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 195 | 80 | 0.57 | 0 | 0.59 | 0.24 | 117.91 | 0.49 | 0.54 |
| Hex | 54 | C3 | 50 | 39 | 0 | 3B | 18 | 76 | 31 | 36 |
| Octal | 124 | 303 | 120 | 71 | 0 | 73 | 30 | 166 | 61 | 66 |
| Binary | 1010100 | 11000011 | 1010000 | 111001 | 0 | 111011 | 11000 | 1110110 | 110001 | 110110 |
Color Harmonies of #54C350
Complementary color
Monochromatic Colors of #54C350
Black with #54C350
Text Example
Text Example
White with #54C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C350; }
p { color: rgb(84,195,80); }
H1.HeaderClassName
{
color: #54C350;
}
.AnyTagClassName
{
color: #54C350;
}
</style>
background-color css
<style>
a { background-color: #54C350; }
a { background-color: rgb(84,195,80); }
div.DivClassName
{
background-color: #54C350;
}
.BgClassName
{
background-color: #54C350;
}
</style>
border-color css
<style>
span { border-color: #54C350; }
span { border-color: rgb(84,195,80); }
td.TdClassName
{
border-color: #54C350;
}
.TagClassName
{
border-color: #54C350;
}
</style>