Shades of Apple #65D03A
Tints of Apple #65D03A
RGB
CMYK
RGB Variations
Color information
#65D03A (or 0x65D03A) is known color: Apple. HEX triplet: 65, D0 and 3A. RGB value is (101,208,58). Sum of RGB (Red+Green+Blue) = 101+208+58=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #65D03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D03A is #9A2FC5. Grayscale: #9F9F9F. Windows color (decimal): -10104774 or 3854437. OLE color: 3854437.
HSL color Cylindrical-coordinate representation of color #65D03A: hue angle of 102.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65D03A is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 58 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.18 |
| HSL | 102.8º | 0.61% | 0.52% | - |
| HSV(B) | 102.8º | 0.72% | 0.82% | - |
| XYZ | 28.69 | 48.18 | 11.79 | - |
| YUV | 158.91 | 71.05 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 58 | 0.51 | 0 | 0.72 | 0.18 | 102.8 | 0.61 | 0.52 |
| Hex | 65 | D0 | 3A | 33 | 0 | 48 | 12 | 67 | 3D | 34 |
| Octal | 145 | 320 | 72 | 63 | 0 | 110 | 22 | 147 | 75 | 64 |
| Binary | 1100101 | 11010000 | 111010 | 110011 | 0 | 1001000 | 10010 | 1100111 | 111101 | 110100 |
Color Harmonies of #65D03A
Complementary color
Monochromatic Colors of #65D03A
Black with #65D03A
Text Example
Text Example
White with #65D03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D03A; }
p { color: rgb(101,208,58); }
H1.HeaderClassName
{
color: #65D03A;
}
.AnyTagClassName
{
color: #65D03A;
}
</style>
background-color css
<style>
a { background-color: #65D03A; }
a { background-color: rgb(101,208,58); }
div.DivClassName
{
background-color: #65D03A;
}
.BgClassName
{
background-color: #65D03A;
}
</style>
border-color css
<style>
span { border-color: #65D03A; }
span { border-color: rgb(101,208,58); }
td.TdClassName
{
border-color: #65D03A;
}
.TagClassName
{
border-color: #65D03A;
}
</style>