Shades of Apple #65D148
Tints of Apple #65D148
RGB
CMYK
RGB Variations
Color information
#65D148 (or 0x65D148) is known color: Apple. HEX triplet: 65, D1 and 48. RGB value is (101,209,72). Sum of RGB (Red+Green+Blue) = 101+209+72=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 209 (82.03% from 255 or 54.71% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 209 - color contains mainly: green. Hex color #65D148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D148 is #9A2EB7. Grayscale: #A1A1A1. Windows color (decimal): -10104504 or 4772197. OLE color: 4772197.
HSL color Cylindrical-coordinate representation of color #65D148: hue angle of 107.3º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65D148 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 209 | 72 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.18 |
| HSL | 107.3º | 0.6% | 0.55% | - |
| HSV(B) | 107.3º | 0.66% | 0.82% | - |
| XYZ | 29.34 | 48.84 | 14.01 | - |
| YUV | 161.09 | 77.72 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 209 | 72 | 0.52 | 0 | 0.66 | 0.18 | 107.3 | 0.6 | 0.55 |
| Hex | 65 | D1 | 48 | 34 | 0 | 42 | 12 | 6B | 3C | 37 |
| Octal | 145 | 321 | 110 | 64 | 0 | 102 | 22 | 153 | 74 | 67 |
| Binary | 1100101 | 11010001 | 1001000 | 110100 | 0 | 1000010 | 10010 | 1101011 | 111100 | 110111 |
Color Harmonies of #65D148
Complementary color
Monochromatic Colors of #65D148
Black with #65D148
Text Example
Text Example
White with #65D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D148; }
p { color: rgb(101,209,72); }
H1.HeaderClassName
{
color: #65D148;
}
.AnyTagClassName
{
color: #65D148;
}
</style>
background-color css
<style>
a { background-color: #65D148; }
a { background-color: rgb(101,209,72); }
div.DivClassName
{
background-color: #65D148;
}
.BgClassName
{
background-color: #65D148;
}
</style>
border-color css
<style>
span { border-color: #65D148; }
span { border-color: rgb(101,209,72); }
td.TdClassName
{
border-color: #65D148;
}
.TagClassName
{
border-color: #65D148;
}
</style>