Shades of Apple #65D348
Tints of Apple #65D348
RGB
CMYK
RGB Variations
Color information
#65D348 (or 0x65D348) is known color: Apple. HEX triplet: 65, D3 and 48. RGB value is (101,211,72). Sum of RGB (Red+Green+Blue) = 101+211+72=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #65D348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D348 is #9A2CB7. Grayscale: #A2A2A2. Windows color (decimal): -10103992 or 4772709. OLE color: 4772709.
HSL color Cylindrical-coordinate representation of color #65D348: hue angle of 107.48º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65D348 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 211 | 72 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.17 |
| HSL | 107.48º | 0.61% | 0.55% | - |
| HSV(B) | 107.48º | 0.66% | 0.83% | - |
| XYZ | 29.83 | 49.82 | 14.18 | - |
| YUV | 162.26 | 77.06 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 211 | 72 | 0.52 | 0 | 0.66 | 0.17 | 107.48 | 0.61 | 0.55 |
| Hex | 65 | D3 | 48 | 34 | 0 | 42 | 11 | 6B | 3D | 37 |
| Octal | 145 | 323 | 110 | 64 | 0 | 102 | 21 | 153 | 75 | 67 |
| Binary | 1100101 | 11010011 | 1001000 | 110100 | 0 | 1000010 | 10001 | 1101011 | 111101 | 110111 |
Color Harmonies of #65D348
Complementary color
Monochromatic Colors of #65D348
Black with #65D348
Text Example
Text Example
White with #65D348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D348; }
p { color: rgb(101,211,72); }
H1.HeaderClassName
{
color: #65D348;
}
.AnyTagClassName
{
color: #65D348;
}
</style>
background-color css
<style>
a { background-color: #65D348; }
a { background-color: rgb(101,211,72); }
div.DivClassName
{
background-color: #65D348;
}
.BgClassName
{
background-color: #65D348;
}
</style>
border-color css
<style>
span { border-color: #65D348; }
span { border-color: rgb(101,211,72); }
td.TdClassName
{
border-color: #65D348;
}
.TagClassName
{
border-color: #65D348;
}
</style>