Shades of Apple #65CF41
Tints of Apple #65CF41
RGB
CMYK
RGB Variations
Color information
#65CF41 (or 0x65CF41) is known color: Apple. HEX triplet: 65, CF and 41. RGB value is (101,207,65). Sum of RGB (Red+Green+Blue) = 101+207+65=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CF41 is #9A30BE. Grayscale: #9F9F9F. Windows color (decimal): -10105023 or 4312933. OLE color: 4312933.
HSL color Cylindrical-coordinate representation of color #65CF41: hue angle of 104.79º 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 #65CF41 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 65 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.19 |
| HSL | 104.79º | 0.6% | 0.53% | - |
| HSV(B) | 104.79º | 0.69% | 0.81% | - |
| XYZ | 28.63 | 47.77 | 12.71 | - |
| YUV | 159.12 | 74.88 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 65 | 0.51 | 0 | 0.69 | 0.19 | 104.79 | 0.6 | 0.53 |
| Hex | 65 | CF | 41 | 33 | 0 | 45 | 13 | 69 | 3C | 35 |
| Octal | 145 | 317 | 101 | 63 | 0 | 105 | 23 | 151 | 74 | 65 |
| Binary | 1100101 | 11001111 | 1000001 | 110011 | 0 | 1000101 | 10011 | 1101001 | 111100 | 110101 |
Color Harmonies of #65CF41
Complementary color
Monochromatic Colors of #65CF41
Black with #65CF41
Text Example
Text Example
White with #65CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF41; }
p { color: rgb(101,207,65); }
H1.HeaderClassName
{
color: #65CF41;
}
.AnyTagClassName
{
color: #65CF41;
}
</style>
background-color css
<style>
a { background-color: #65CF41; }
a { background-color: rgb(101,207,65); }
div.DivClassName
{
background-color: #65CF41;
}
.BgClassName
{
background-color: #65CF41;
}
</style>
border-color css
<style>
span { border-color: #65CF41; }
span { border-color: rgb(101,207,65); }
td.TdClassName
{
border-color: #65CF41;
}
.TagClassName
{
border-color: #65CF41;
}
</style>