Shades of Apple #65D042
Tints of Apple #65D042
RGB
CMYK
RGB Variations
Color information
#65D042 (or 0x65D042) is known color: Apple. HEX triplet: 65, D0 and 42. RGB value is (101,208,66). Sum of RGB (Red+Green+Blue) = 101+208+66=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #65D042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D042 is #9A2FBD. Grayscale: #A0A0A0. Windows color (decimal): -10104766 or 4378725. OLE color: 4378725.
HSL color Cylindrical-coordinate representation of color #65D042: hue angle of 105.21º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65D042 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 66 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.18 |
| HSL | 105.21º | 0.6% | 0.54% | - |
| HSV(B) | 105.21º | 0.68% | 0.82% | - |
| XYZ | 28.91 | 48.27 | 12.95 | - |
| YUV | 159.82 | 75.05 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 66 | 0.51 | 0 | 0.68 | 0.18 | 105.21 | 0.6 | 0.54 |
| Hex | 65 | D0 | 42 | 33 | 0 | 44 | 12 | 69 | 3C | 36 |
| Octal | 145 | 320 | 102 | 63 | 0 | 104 | 22 | 151 | 74 | 66 |
| Binary | 1100101 | 11010000 | 1000010 | 110011 | 0 | 1000100 | 10010 | 1101001 | 111100 | 110110 |
Color Harmonies of #65D042
Complementary color
Monochromatic Colors of #65D042
Black with #65D042
Text Example
Text Example
White with #65D042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D042; }
p { color: rgb(101,208,66); }
H1.HeaderClassName
{
color: #65D042;
}
.AnyTagClassName
{
color: #65D042;
}
</style>
background-color css
<style>
a { background-color: #65D042; }
a { background-color: rgb(101,208,66); }
div.DivClassName
{
background-color: #65D042;
}
.BgClassName
{
background-color: #65D042;
}
</style>
border-color css
<style>
span { border-color: #65D042; }
span { border-color: rgb(101,208,66); }
td.TdClassName
{
border-color: #65D042;
}
.TagClassName
{
border-color: #65D042;
}
</style>