Shades of Apple #65CF47
Tints of Apple #65CF47
RGB
CMYK
RGB Variations
Color information
#65CF47 (or 0x65CF47) is known color: Apple. HEX triplet: 65, CF and 47. RGB value is (101,207,71). Sum of RGB (Red+Green+Blue) = 101+207+71=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CF47 is #9A30B8. Grayscale: #A0A0A0. Windows color (decimal): -10105017 or 4706149. OLE color: 4706149.
HSL color Cylindrical-coordinate representation of color #65CF47: hue angle of 106.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65CF47 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 71 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.19 |
| HSL | 106.76º | 0.59% | 0.55% | - |
| HSV(B) | 106.76º | 0.66% | 0.81% | - |
| XYZ | 28.82 | 47.85 | 13.68 | - |
| YUV | 159.8 | 77.88 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 71 | 0.51 | 0 | 0.66 | 0.19 | 106.76 | 0.59 | 0.55 |
| Hex | 65 | CF | 47 | 33 | 0 | 42 | 13 | 6B | 3B | 37 |
| Octal | 145 | 317 | 107 | 63 | 0 | 102 | 23 | 153 | 73 | 67 |
| Binary | 1100101 | 11001111 | 1000111 | 110011 | 0 | 1000010 | 10011 | 1101011 | 111011 | 110111 |
Color Harmonies of #65CF47
Complementary color
Monochromatic Colors of #65CF47
Black with #65CF47
Text Example
Text Example
White with #65CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF47; }
p { color: rgb(101,207,71); }
H1.HeaderClassName
{
color: #65CF47;
}
.AnyTagClassName
{
color: #65CF47;
}
</style>
background-color css
<style>
a { background-color: #65CF47; }
a { background-color: rgb(101,207,71); }
div.DivClassName
{
background-color: #65CF47;
}
.BgClassName
{
background-color: #65CF47;
}
</style>
border-color css
<style>
span { border-color: #65CF47; }
span { border-color: rgb(101,207,71); }
td.TdClassName
{
border-color: #65CF47;
}
.TagClassName
{
border-color: #65CF47;
}
</style>