Shades of Apple #65BC54
Tints of Apple #65BC54
RGB
CMYK
RGB Variations
Color information
#65BC54 (or 0x65BC54) is known color: Apple. HEX triplet: 65, BC and 54. RGB value is (101,188,84). Sum of RGB (Red+Green+Blue) = 101+188+84=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BC54 is #9A43AB. Grayscale: #969696. Windows color (decimal): -10109868 or 5553253. OLE color: 5553253.
HSL color Cylindrical-coordinate representation of color #65BC54: hue angle of 110.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65BC54 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 84 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.26 |
| HSL | 110.19º | 0.44% | 0.53% | - |
| HSV(B) | 110.19º | 0.55% | 0.74% | - |
| XYZ | 24.95 | 39.37 | 14.67 | - |
| YUV | 150.13 | 90.68 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 84 | 0.46 | 0 | 0.55 | 0.26 | 110.19 | 0.44 | 0.53 |
| Hex | 65 | BC | 54 | 2E | 0 | 37 | 1A | 6E | 2C | 35 |
| Octal | 145 | 274 | 124 | 56 | 0 | 67 | 32 | 156 | 54 | 65 |
| Binary | 1100101 | 10111100 | 1010100 | 101110 | 0 | 110111 | 11010 | 1101110 | 101100 | 110101 |
Color Harmonies of #65BC54
Complementary color
Monochromatic Colors of #65BC54
Black with #65BC54
Text Example
Text Example
White with #65BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC54; }
p { color: rgb(101,188,84); }
H1.HeaderClassName
{
color: #65BC54;
}
.AnyTagClassName
{
color: #65BC54;
}
</style>
background-color css
<style>
a { background-color: #65BC54; }
a { background-color: rgb(101,188,84); }
div.DivClassName
{
background-color: #65BC54;
}
.BgClassName
{
background-color: #65BC54;
}
</style>
border-color css
<style>
span { border-color: #65BC54; }
span { border-color: rgb(101,188,84); }
td.TdClassName
{
border-color: #65BC54;
}
.TagClassName
{
border-color: #65BC54;
}
</style>