Shades of Apple #54C344
Tints of Apple #54C344
RGB
CMYK
RGB Variations
Color information
#54C344 (or 0x54C344) is known color: Apple. HEX triplet: 54, C3 and 44. RGB value is (84,195,68). Sum of RGB (Red+Green+Blue) = 84+195+68=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #54C344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54C344 is #AB3CBB. Grayscale: #939393. Windows color (decimal): -11222204 or 4506452. OLE color: 4506452.
HSL color Cylindrical-coordinate representation of color #54C344: hue angle of 112.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54C344 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 195 | 68 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.24 |
| HSL | 112.44º | 0.51% | 0.52% | - |
| HSV(B) | 112.44º | 0.65% | 0.76% | - |
| XYZ | 24.21 | 41.33 | 12.17 | - |
| YUV | 147.33 | 83.23 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 195 | 68 | 0.57 | 0 | 0.65 | 0.24 | 112.44 | 0.51 | 0.52 |
| Hex | 54 | C3 | 44 | 39 | 0 | 41 | 18 | 70 | 33 | 34 |
| Octal | 124 | 303 | 104 | 71 | 0 | 101 | 30 | 160 | 63 | 64 |
| Binary | 1010100 | 11000011 | 1000100 | 111001 | 0 | 1000001 | 11000 | 1110000 | 110011 | 110100 |
Color Harmonies of #54C344
Complementary color
Monochromatic Colors of #54C344
Black with #54C344
Text Example
Text Example
White with #54C344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C344; }
p { color: rgb(84,195,68); }
H1.HeaderClassName
{
color: #54C344;
}
.AnyTagClassName
{
color: #54C344;
}
</style>
background-color css
<style>
a { background-color: #54C344; }
a { background-color: rgb(84,195,68); }
div.DivClassName
{
background-color: #54C344;
}
.BgClassName
{
background-color: #54C344;
}
</style>
border-color css
<style>
span { border-color: #54C344; }
span { border-color: rgb(84,195,68); }
td.TdClassName
{
border-color: #54C344;
}
.TagClassName
{
border-color: #54C344;
}
</style>