Shades of Apple #54CC4B
Tints of Apple #54CC4B
RGB
CMYK
RGB Variations
Color information
#54CC4B (or 0x54CC4B) is known color: Apple. HEX triplet: 54, CC and 4B. RGB value is (84,204,75). Sum of RGB (Red+Green+Blue) = 84+204+75=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #54CC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54CC4B is #AB33B4. Grayscale: #999999. Windows color (decimal): -11219893 or 4967508. OLE color: 4967508.
HSL color Cylindrical-coordinate representation of color #54CC4B: hue angle of 115.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54CC4B is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 204 | 75 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.2 |
| HSL | 115.81º | 0.56% | 0.55% | - |
| HSV(B) | 115.81º | 0.63% | 0.8% | - |
| XYZ | 26.52 | 45.58 | 14.06 | - |
| YUV | 153.41 | 83.74 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 75 | 0.59 | 0 | 0.63 | 0.2 | 115.81 | 0.56 | 0.55 |
| Hex | 54 | CC | 4B | 3B | 0 | 3F | 14 | 74 | 38 | 37 |
| Octal | 124 | 314 | 113 | 73 | 0 | 77 | 24 | 164 | 70 | 67 |
| Binary | 1010100 | 11001100 | 1001011 | 111011 | 0 | 111111 | 10100 | 1110100 | 111000 | 110111 |
Color Harmonies of #54CC4B
Complementary color
Monochromatic Colors of #54CC4B
Black with #54CC4B
Text Example
Text Example
White with #54CC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CC4B; }
p { color: rgb(84,204,75); }
H1.HeaderClassName
{
color: #54CC4B;
}
.AnyTagClassName
{
color: #54CC4B;
}
</style>
background-color css
<style>
a { background-color: #54CC4B; }
a { background-color: rgb(84,204,75); }
div.DivClassName
{
background-color: #54CC4B;
}
.BgClassName
{
background-color: #54CC4B;
}
</style>
border-color css
<style>
span { border-color: #54CC4B; }
span { border-color: rgb(84,204,75); }
td.TdClassName
{
border-color: #54CC4B;
}
.TagClassName
{
border-color: #54CC4B;
}
</style>