Shades of Apple #65C358
Tints of Apple #65C358
RGB
CMYK
RGB Variations
Color information
#65C358 (or 0x65C358) is known color: Apple. HEX triplet: 65, C3 and 58. RGB value is (101,195,88). Sum of RGB (Red+Green+Blue) = 101+195+88=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #65C358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C358 is #9A3CA7. Grayscale: #9B9B9B. Windows color (decimal): -10108072 or 5817189. OLE color: 5817189.
HSL color Cylindrical-coordinate representation of color #65C358: hue angle of 112.71º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65C358 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 195 | 88 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.24 |
| HSL | 112.71º | 0.47% | 0.55% | - |
| HSV(B) | 112.71º | 0.55% | 0.76% | - |
| XYZ | 26.64 | 42.5 | 16.03 | - |
| YUV | 154.7 | 90.36 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 88 | 0.48 | 0 | 0.55 | 0.24 | 112.71 | 0.47 | 0.55 |
| Hex | 65 | C3 | 58 | 30 | 0 | 37 | 18 | 71 | 2F | 37 |
| Octal | 145 | 303 | 130 | 60 | 0 | 67 | 30 | 161 | 57 | 67 |
| Binary | 1100101 | 11000011 | 1011000 | 110000 | 0 | 110111 | 11000 | 1110001 | 101111 | 110111 |
Color Harmonies of #65C358
Complementary color
Monochromatic Colors of #65C358
Black with #65C358
Text Example
Text Example
White with #65C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C358; }
p { color: rgb(101,195,88); }
H1.HeaderClassName
{
color: #65C358;
}
.AnyTagClassName
{
color: #65C358;
}
</style>
background-color css
<style>
a { background-color: #65C358; }
a { background-color: rgb(101,195,88); }
div.DivClassName
{
background-color: #65C358;
}
.BgClassName
{
background-color: #65C358;
}
</style>
border-color css
<style>
span { border-color: #65C358; }
span { border-color: rgb(101,195,88); }
td.TdClassName
{
border-color: #65C358;
}
.TagClassName
{
border-color: #65C358;
}
</style>