Shades of Apple #65CF55
Tints of Apple #65CF55
RGB
CMYK
RGB Variations
Color information
#65CF55 (or 0x65CF55) is known color: Apple. HEX triplet: 65, CF and 55. RGB value is (101,207,85). Sum of RGB (Red+Green+Blue) = 101+207+85=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CF55 is #9A30AA. Grayscale: #A1A1A1. Windows color (decimal): -10105003 or 5623653. OLE color: 5623653.
HSL color Cylindrical-coordinate representation of color #65CF55: hue angle of 112.13º 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 #65CF55 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 85 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.19 |
| HSL | 112.13º | 0.56% | 0.57% | - |
| HSV(B) | 112.13º | 0.59% | 0.81% | - |
| XYZ | 29.32 | 48.05 | 16.32 | - |
| YUV | 161.4 | 84.88 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 85 | 0.51 | 0 | 0.59 | 0.19 | 112.13 | 0.56 | 0.57 |
| Hex | 65 | CF | 55 | 33 | 0 | 3B | 13 | 70 | 38 | 39 |
| Octal | 145 | 317 | 125 | 63 | 0 | 73 | 23 | 160 | 70 | 71 |
| Binary | 1100101 | 11001111 | 1010101 | 110011 | 0 | 111011 | 10011 | 1110000 | 111000 | 111001 |
Color Harmonies of #65CF55
Complementary color
Monochromatic Colors of #65CF55
Black with #65CF55
Text Example
Text Example
White with #65CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF55; }
p { color: rgb(101,207,85); }
H1.HeaderClassName
{
color: #65CF55;
}
.AnyTagClassName
{
color: #65CF55;
}
</style>
background-color css
<style>
a { background-color: #65CF55; }
a { background-color: rgb(101,207,85); }
div.DivClassName
{
background-color: #65CF55;
}
.BgClassName
{
background-color: #65CF55;
}
</style>
border-color css
<style>
span { border-color: #65CF55; }
span { border-color: rgb(101,207,85); }
td.TdClassName
{
border-color: #65CF55;
}
.TagClassName
{
border-color: #65CF55;
}
</style>