Shades of Apple #65D63A
Tints of Apple #65D63A
RGB
CMYK
RGB Variations
Color information
#65D63A (or 0x65D63A) is known color: Apple. HEX triplet: 65, D6 and 3A. RGB value is (101,214,58). Sum of RGB (Red+Green+Blue) = 101+214+58=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #65D63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D63A is #9A29C5. Grayscale: #A2A2A2. Windows color (decimal): -10103238 or 3855973. OLE color: 3855973.
HSL color Cylindrical-coordinate representation of color #65D63A: hue angle of 103.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65D63A is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 58 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.16 |
| HSL | 103.46º | 0.66% | 0.53% | - |
| HSV(B) | 103.46º | 0.73% | 0.84% | - |
| XYZ | 30.18 | 51.17 | 12.29 | - |
| YUV | 162.43 | 69.06 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 58 | 0.53 | 0 | 0.73 | 0.16 | 103.46 | 0.66 | 0.53 |
| Hex | 65 | D6 | 3A | 35 | 0 | 49 | 10 | 67 | 42 | 35 |
| Octal | 145 | 326 | 72 | 65 | 0 | 111 | 20 | 147 | 102 | 65 |
| Binary | 1100101 | 11010110 | 111010 | 110101 | 0 | 1001001 | 10000 | 1100111 | 1000010 | 110101 |
Color Harmonies of #65D63A
Complementary color
Monochromatic Colors of #65D63A
Black with #65D63A
Text Example
Text Example
White with #65D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D63A; }
p { color: rgb(101,214,58); }
H1.HeaderClassName
{
color: #65D63A;
}
.AnyTagClassName
{
color: #65D63A;
}
</style>
background-color css
<style>
a { background-color: #65D63A; }
a { background-color: rgb(101,214,58); }
div.DivClassName
{
background-color: #65D63A;
}
.BgClassName
{
background-color: #65D63A;
}
</style>
border-color css
<style>
span { border-color: #65D63A; }
span { border-color: rgb(101,214,58); }
td.TdClassName
{
border-color: #65D63A;
}
.TagClassName
{
border-color: #65D63A;
}
</style>