Shades of Apple #54C64C
Tints of Apple #54C64C
RGB
CMYK
RGB Variations
Color information
#54C64C (or 0x54C64C) is known color: Apple. HEX triplet: 54, C6 and 4C. RGB value is (84,198,76). Sum of RGB (Red+Green+Blue) = 84+198+76=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #54C64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54C64C is #AB39B3. Grayscale: #969696. Windows color (decimal): -11221428 or 5031508. OLE color: 5031508.
HSL color Cylindrical-coordinate representation of color #54C64C: hue angle of 116.07º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54C64C is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 198 | 76 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.22 |
| HSL | 116.07º | 0.52% | 0.54% | - |
| HSV(B) | 116.07º | 0.62% | 0.78% | - |
| XYZ | 25.15 | 42.79 | 13.77 | - |
| YUV | 150.01 | 86.23 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 198 | 76 | 0.58 | 0 | 0.62 | 0.22 | 116.07 | 0.52 | 0.54 |
| Hex | 54 | C6 | 4C | 3A | 0 | 3E | 16 | 74 | 34 | 36 |
| Octal | 124 | 306 | 114 | 72 | 0 | 76 | 26 | 164 | 64 | 66 |
| Binary | 1010100 | 11000110 | 1001100 | 111010 | 0 | 111110 | 10110 | 1110100 | 110100 | 110110 |
Color Harmonies of #54C64C
Complementary color
Monochromatic Colors of #54C64C
Black with #54C64C
Text Example
Text Example
White with #54C64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C64C; }
p { color: rgb(84,198,76); }
H1.HeaderClassName
{
color: #54C64C;
}
.AnyTagClassName
{
color: #54C64C;
}
</style>
background-color css
<style>
a { background-color: #54C64C; }
a { background-color: rgb(84,198,76); }
div.DivClassName
{
background-color: #54C64C;
}
.BgClassName
{
background-color: #54C64C;
}
</style>
border-color css
<style>
span { border-color: #54C64C; }
span { border-color: rgb(84,198,76); }
td.TdClassName
{
border-color: #54C64C;
}
.TagClassName
{
border-color: #54C64C;
}
</style>