Shades of Apple #65CF54
Tints of Apple #65CF54
RGB
CMYK
RGB Variations
Color information
#65CF54 (or 0x65CF54) is known color: Apple. HEX triplet: 65, CF and 54. RGB value is (101,207,84). Sum of RGB (Red+Green+Blue) = 101+207+84=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CF54 is #9A30AB. Grayscale: #A1A1A1. Windows color (decimal): -10105004 or 5558117. OLE color: 5558117.
HSL color Cylindrical-coordinate representation of color #65CF54: hue angle of 111.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65CF54 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 84 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.19 |
| HSL | 111.71º | 0.56% | 0.57% | - |
| HSV(B) | 111.71º | 0.59% | 0.81% | - |
| XYZ | 29.28 | 48.03 | 16.12 | - |
| YUV | 161.28 | 84.38 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 84 | 0.51 | 0 | 0.59 | 0.19 | 111.71 | 0.56 | 0.57 |
| Hex | 65 | CF | 54 | 33 | 0 | 3B | 13 | 70 | 38 | 39 |
| Octal | 145 | 317 | 124 | 63 | 0 | 73 | 23 | 160 | 70 | 71 |
| Binary | 1100101 | 11001111 | 1010100 | 110011 | 0 | 111011 | 10011 | 1110000 | 111000 | 111001 |
Color Harmonies of #65CF54
Complementary color
Monochromatic Colors of #65CF54
Black with #65CF54
Text Example
Text Example
White with #65CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF54; }
p { color: rgb(101,207,84); }
H1.HeaderClassName
{
color: #65CF54;
}
.AnyTagClassName
{
color: #65CF54;
}
</style>
background-color css
<style>
a { background-color: #65CF54; }
a { background-color: rgb(101,207,84); }
div.DivClassName
{
background-color: #65CF54;
}
.BgClassName
{
background-color: #65CF54;
}
</style>
border-color css
<style>
span { border-color: #65CF54; }
span { border-color: rgb(101,207,84); }
td.TdClassName
{
border-color: #65CF54;
}
.TagClassName
{
border-color: #65CF54;
}
</style>