Shades of Apple #65CF3F
Tints of Apple #65CF3F
RGB
CMYK
RGB Variations
Color information
#65CF3F (or 0x65CF3F) is known color: Apple. HEX triplet: 65, CF and 3F. RGB value is (101,207,63). Sum of RGB (Red+Green+Blue) = 101+207+63=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CF3F is #9A30C0. Grayscale: #9F9F9F. Windows color (decimal): -10105025 or 4181861. OLE color: 4181861.
HSL color Cylindrical-coordinate representation of color #65CF3F: hue angle of 104.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65CF3F is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 63 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.19 |
| HSL | 104.17º | 0.6% | 0.53% | - |
| HSV(B) | 104.17º | 0.7% | 0.81% | - |
| XYZ | 28.58 | 47.75 | 12.41 | - |
| YUV | 158.89 | 73.88 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 63 | 0.51 | 0 | 0.70 | 0.19 | 104.17 | 0.6 | 0.53 |
| Hex | 65 | CF | 3F | 33 | 0 | 46 | 13 | 68 | 3C | 35 |
| Octal | 145 | 317 | 77 | 63 | 0 | 106 | 23 | 150 | 74 | 65 |
| Binary | 1100101 | 11001111 | 111111 | 110011 | 0 | 1000110 | 10011 | 1101000 | 111100 | 110101 |
Color Harmonies of #65CF3F
Complementary color
Monochromatic Colors of #65CF3F
Black with #65CF3F
Text Example
Text Example
White with #65CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF3F; }
p { color: rgb(101,207,63); }
H1.HeaderClassName
{
color: #65CF3F;
}
.AnyTagClassName
{
color: #65CF3F;
}
</style>
background-color css
<style>
a { background-color: #65CF3F; }
a { background-color: rgb(101,207,63); }
div.DivClassName
{
background-color: #65CF3F;
}
.BgClassName
{
background-color: #65CF3F;
}
</style>
border-color css
<style>
span { border-color: #65CF3F; }
span { border-color: rgb(101,207,63); }
td.TdClassName
{
border-color: #65CF3F;
}
.TagClassName
{
border-color: #65CF3F;
}
</style>