Shades of Apple #65C147
Tints of Apple #65C147
RGB
CMYK
RGB Variations
Color information
#65C147 (or 0x65C147) is known color: Apple. HEX triplet: 65, C1 and 47. RGB value is (101,193,71). Sum of RGB (Red+Green+Blue) = 101+193+71=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #65C147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C147 is #9A3EB8. Grayscale: #979797. Windows color (decimal): -10108601 or 4702565. OLE color: 4702565.
HSL color Cylindrical-coordinate representation of color #65C147: hue angle of 105.25º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65C147 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 71 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.24 |
| HSL | 105.25º | 0.5% | 0.52% | - |
| HSV(B) | 105.25º | 0.63% | 0.76% | - |
| XYZ | 25.57 | 41.36 | 12.6 | - |
| YUV | 151.58 | 82.52 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 71 | 0.48 | 0 | 0.63 | 0.24 | 105.25 | 0.5 | 0.52 |
| Hex | 65 | C1 | 47 | 30 | 0 | 3F | 18 | 69 | 32 | 34 |
| Octal | 145 | 301 | 107 | 60 | 0 | 77 | 30 | 151 | 62 | 64 |
| Binary | 1100101 | 11000001 | 1000111 | 110000 | 0 | 111111 | 11000 | 1101001 | 110010 | 110100 |
Color Harmonies of #65C147
Complementary color
Monochromatic Colors of #65C147
Black with #65C147
Text Example
Text Example
White with #65C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C147; }
p { color: rgb(101,193,71); }
H1.HeaderClassName
{
color: #65C147;
}
.AnyTagClassName
{
color: #65C147;
}
</style>
background-color css
<style>
a { background-color: #65C147; }
a { background-color: rgb(101,193,71); }
div.DivClassName
{
background-color: #65C147;
}
.BgClassName
{
background-color: #65C147;
}
</style>
border-color css
<style>
span { border-color: #65C147; }
span { border-color: rgb(101,193,71); }
td.TdClassName
{
border-color: #65C147;
}
.TagClassName
{
border-color: #65C147;
}
</style>