Shades of Apple #54C334
Tints of Apple #54C334
RGB
CMYK
RGB Variations
Color information
#54C334 (or 0x54C334) is known color: Apple. HEX triplet: 54, C3 and 34. RGB value is (84,195,52). Sum of RGB (Red+Green+Blue) = 84+195+52=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #54C334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54C334 is #AB3CCB. Grayscale: #919191. Windows color (decimal): -11222220 or 3457876. OLE color: 3457876.
HSL color Cylindrical-coordinate representation of color #54C334: hue angle of 106.57º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54C334 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 195 | 52 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.24 |
| HSL | 106.57º | 0.58% | 0.48% | - |
| HSV(B) | 106.57º | 0.73% | 0.76% | - |
| XYZ | 23.79 | 41.16 | 9.94 | - |
| YUV | 145.51 | 75.23 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 195 | 52 | 0.57 | 0 | 0.73 | 0.24 | 106.57 | 0.58 | 0.48 |
| Hex | 54 | C3 | 34 | 39 | 0 | 49 | 18 | 6B | 3A | 30 |
| Octal | 124 | 303 | 64 | 71 | 0 | 111 | 30 | 153 | 72 | 60 |
| Binary | 1010100 | 11000011 | 110100 | 111001 | 0 | 1001001 | 11000 | 1101011 | 111010 | 110000 |
Color Harmonies of #54C334
Complementary color
Monochromatic Colors of #54C334
Black with #54C334
Text Example
Text Example
White with #54C334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C334; }
p { color: rgb(84,195,52); }
H1.HeaderClassName
{
color: #54C334;
}
.AnyTagClassName
{
color: #54C334;
}
</style>
background-color css
<style>
a { background-color: #54C334; }
a { background-color: rgb(84,195,52); }
div.DivClassName
{
background-color: #54C334;
}
.BgClassName
{
background-color: #54C334;
}
</style>
border-color css
<style>
span { border-color: #54C334; }
span { border-color: rgb(84,195,52); }
td.TdClassName
{
border-color: #54C334;
}
.TagClassName
{
border-color: #54C334;
}
</style>