Shades of Apple #65CF40
Tints of Apple #65CF40
RGB
CMYK
RGB Variations
Color information
#65CF40 (or 0x65CF40) is known color: Apple. HEX triplet: 65, CF and 40. RGB value is (101,207,64). Sum of RGB (Red+Green+Blue) = 101+207+64=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CF40 is #9A30BF. Grayscale: #9F9F9F. Windows color (decimal): -10105024 or 4247397. OLE color: 4247397.
HSL color Cylindrical-coordinate representation of color #65CF40: hue angle of 104.48º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65CF40 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 64 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.19 |
| HSL | 104.48º | 0.6% | 0.53% | - |
| HSV(B) | 104.48º | 0.69% | 0.81% | - |
| XYZ | 28.61 | 47.76 | 12.56 | - |
| YUV | 159 | 74.38 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 64 | 0.51 | 0 | 0.69 | 0.19 | 104.48 | 0.6 | 0.53 |
| Hex | 65 | CF | 40 | 33 | 0 | 45 | 13 | 68 | 3C | 35 |
| Octal | 145 | 317 | 100 | 63 | 0 | 105 | 23 | 150 | 74 | 65 |
| Binary | 1100101 | 11001111 | 1000000 | 110011 | 0 | 1000101 | 10011 | 1101000 | 111100 | 110101 |
Color Harmonies of #65CF40
Complementary color
Monochromatic Colors of #65CF40
Black with #65CF40
Text Example
Text Example
White with #65CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF40; }
p { color: rgb(101,207,64); }
H1.HeaderClassName
{
color: #65CF40;
}
.AnyTagClassName
{
color: #65CF40;
}
</style>
background-color css
<style>
a { background-color: #65CF40; }
a { background-color: rgb(101,207,64); }
div.DivClassName
{
background-color: #65CF40;
}
.BgClassName
{
background-color: #65CF40;
}
</style>
border-color css
<style>
span { border-color: #65CF40; }
span { border-color: rgb(101,207,64); }
td.TdClassName
{
border-color: #65CF40;
}
.TagClassName
{
border-color: #65CF40;
}
</style>