Shades of Apple #65C63A
Tints of Apple #65C63A
RGB
CMYK
RGB Variations
Color information
#65C63A (or 0x65C63A) is known color: Apple. HEX triplet: 65, C6 and 3A. RGB value is (101,198,58). Sum of RGB (Red+Green+Blue) = 101+198+58=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #65C63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C63A is #9A39C5. Grayscale: #999999. Windows color (decimal): -10107334 or 3851877. OLE color: 3851877.
HSL color Cylindrical-coordinate representation of color #65C63A: hue angle of 101.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65C63A is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 58 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.22 |
| HSL | 101.57º | 0.55% | 0.5% | - |
| HSV(B) | 101.57º | 0.71% | 0.78% | - |
| XYZ | 26.32 | 43.46 | 11 | - |
| YUV | 153.04 | 74.36 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 58 | 0.49 | 0 | 0.71 | 0.22 | 101.57 | 0.55 | 0.5 |
| Hex | 65 | C6 | 3A | 31 | 0 | 47 | 16 | 66 | 37 | 32 |
| Octal | 145 | 306 | 72 | 61 | 0 | 107 | 26 | 146 | 67 | 62 |
| Binary | 1100101 | 11000110 | 111010 | 110001 | 0 | 1000111 | 10110 | 1100110 | 110111 | 110010 |
Color Harmonies of #65C63A
Complementary color
Monochromatic Colors of #65C63A
Black with #65C63A
Text Example
Text Example
White with #65C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C63A; }
p { color: rgb(101,198,58); }
H1.HeaderClassName
{
color: #65C63A;
}
.AnyTagClassName
{
color: #65C63A;
}
</style>
background-color css
<style>
a { background-color: #65C63A; }
a { background-color: rgb(101,198,58); }
div.DivClassName
{
background-color: #65C63A;
}
.BgClassName
{
background-color: #65C63A;
}
</style>
border-color css
<style>
span { border-color: #65C63A; }
span { border-color: rgb(101,198,58); }
td.TdClassName
{
border-color: #65C63A;
}
.TagClassName
{
border-color: #65C63A;
}
</style>