Shades of Apple #65CE2F
Tints of Apple #65CE2F
RGB
CMYK
RGB Variations
Color information
#65CE2F (or 0x65CE2F) is known color: Apple. HEX triplet: 65, CE and 2F. RGB value is (101,206,47). Sum of RGB (Red+Green+Blue) = 101+206+47=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CE2F is #9A31D0. Grayscale: #9D9D9D. Windows color (decimal): -10105297 or 3133029. OLE color: 3133029.
HSL color Cylindrical-coordinate representation of color #65CE2F: hue angle of 99.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65CE2F is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 47 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.19 |
| HSL | 99.62º | 0.63% | 0.5% | - |
| HSV(B) | 99.62º | 0.77% | 0.81% | - |
| XYZ | 27.95 | 47.11 | 10.31 | - |
| YUV | 156.48 | 66.21 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 47 | 0.51 | 0 | 0.77 | 0.19 | 99.62 | 0.63 | 0.5 |
| Hex | 65 | CE | 2F | 33 | 0 | 4D | 13 | 64 | 3F | 32 |
| Octal | 145 | 316 | 57 | 63 | 0 | 115 | 23 | 144 | 77 | 62 |
| Binary | 1100101 | 11001110 | 101111 | 110011 | 0 | 1001101 | 10011 | 1100100 | 111111 | 110010 |
Color Harmonies of #65CE2F
Complementary color
Monochromatic Colors of #65CE2F
Black with #65CE2F
Text Example
Text Example
White with #65CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CE2F; }
p { color: rgb(101,206,47); }
H1.HeaderClassName
{
color: #65CE2F;
}
.AnyTagClassName
{
color: #65CE2F;
}
</style>
background-color css
<style>
a { background-color: #65CE2F; }
a { background-color: rgb(101,206,47); }
div.DivClassName
{
background-color: #65CE2F;
}
.BgClassName
{
background-color: #65CE2F;
}
</style>
border-color css
<style>
span { border-color: #65CE2F; }
span { border-color: rgb(101,206,47); }
td.TdClassName
{
border-color: #65CE2F;
}
.TagClassName
{
border-color: #65CE2F;
}
</style>