Shades of Apple #65CF53
Tints of Apple #65CF53
RGB
CMYK
RGB Variations
Color information
#65CF53 (or 0x65CF53) is known color: Apple. HEX triplet: 65, CF and 53. RGB value is (101,207,83). Sum of RGB (Red+Green+Blue) = 101+207+83=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CF53 is #9A30AC. Grayscale: #A1A1A1. Windows color (decimal): -10105005 or 5492581. OLE color: 5492581.
HSL color Cylindrical-coordinate representation of color #65CF53: hue angle of 111.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65CF53 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 83 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.19 |
| HSL | 111.29º | 0.56% | 0.57% | - |
| HSV(B) | 111.29º | 0.6% | 0.81% | - |
| XYZ | 29.24 | 48.02 | 15.91 | - |
| YUV | 161.17 | 83.88 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 83 | 0.51 | 0 | 0.60 | 0.19 | 111.29 | 0.56 | 0.57 |
| Hex | 65 | CF | 53 | 33 | 0 | 3C | 13 | 6F | 38 | 39 |
| Octal | 145 | 317 | 123 | 63 | 0 | 74 | 23 | 157 | 70 | 71 |
| Binary | 1100101 | 11001111 | 1010011 | 110011 | 0 | 111100 | 10011 | 1101111 | 111000 | 111001 |
Color Harmonies of #65CF53
Complementary color
Monochromatic Colors of #65CF53
Black with #65CF53
Text Example
Text Example
White with #65CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF53; }
p { color: rgb(101,207,83); }
H1.HeaderClassName
{
color: #65CF53;
}
.AnyTagClassName
{
color: #65CF53;
}
</style>
background-color css
<style>
a { background-color: #65CF53; }
a { background-color: rgb(101,207,83); }
div.DivClassName
{
background-color: #65CF53;
}
.BgClassName
{
background-color: #65CF53;
}
</style>
border-color css
<style>
span { border-color: #65CF53; }
span { border-color: rgb(101,207,83); }
td.TdClassName
{
border-color: #65CF53;
}
.TagClassName
{
border-color: #65CF53;
}
</style>