Shades of Apple #65C658
Tints of Apple #65C658
RGB
CMYK
RGB Variations
Color information
#65C658 (or 0x65C658) is known color: Apple. HEX triplet: 65, C6 and 58. RGB value is (101,198,88). Sum of RGB (Red+Green+Blue) = 101+198+88=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #65C658 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C658 is #9A39A7. Grayscale: #9C9C9C. Windows color (decimal): -10107304 or 5817957. OLE color: 5817957.
HSL color Cylindrical-coordinate representation of color #65C658: hue angle of 112.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65C658 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 88 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.22 |
| HSL | 112.91º | 0.49% | 0.56% | - |
| HSV(B) | 112.91º | 0.56% | 0.78% | - |
| XYZ | 27.32 | 43.86 | 16.26 | - |
| YUV | 156.46 | 89.36 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 88 | 0.49 | 0 | 0.56 | 0.22 | 112.91 | 0.49 | 0.56 |
| Hex | 65 | C6 | 58 | 31 | 0 | 38 | 16 | 71 | 31 | 38 |
| Octal | 145 | 306 | 130 | 61 | 0 | 70 | 26 | 161 | 61 | 70 |
| Binary | 1100101 | 11000110 | 1011000 | 110001 | 0 | 111000 | 10110 | 1110001 | 110001 | 111000 |
Color Harmonies of #65C658
Complementary color
Monochromatic Colors of #65C658
Black with #65C658
Text Example
Text Example
White with #65C658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C658; }
p { color: rgb(101,198,88); }
H1.HeaderClassName
{
color: #65C658;
}
.AnyTagClassName
{
color: #65C658;
}
</style>
background-color css
<style>
a { background-color: #65C658; }
a { background-color: rgb(101,198,88); }
div.DivClassName
{
background-color: #65C658;
}
.BgClassName
{
background-color: #65C658;
}
</style>
border-color css
<style>
span { border-color: #65C658; }
span { border-color: rgb(101,198,88); }
td.TdClassName
{
border-color: #65C658;
}
.TagClassName
{
border-color: #65C658;
}
</style>