Shades of Apple #65C64B
Tints of Apple #65C64B
RGB
CMYK
RGB Variations
Color information
#65C64B (or 0x65C64B) is known color: Apple. HEX triplet: 65, C6 and 4B. RGB value is (101,198,75). Sum of RGB (Red+Green+Blue) = 101+198+75=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #65C64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C64B is #9A39B4. Grayscale: #9B9B9B. Windows color (decimal): -10107317 or 4965989. OLE color: 4965989.
HSL color Cylindrical-coordinate representation of color #65C64B: hue angle of 107.32º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65C64B is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 75 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.22 |
| HSL | 107.32º | 0.52% | 0.54% | - |
| HSV(B) | 107.32º | 0.62% | 0.78% | - |
| XYZ | 26.83 | 43.66 | 13.67 | - |
| YUV | 154.98 | 82.86 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 75 | 0.49 | 0 | 0.62 | 0.22 | 107.32 | 0.52 | 0.54 |
| Hex | 65 | C6 | 4B | 31 | 0 | 3E | 16 | 6B | 34 | 36 |
| Octal | 145 | 306 | 113 | 61 | 0 | 76 | 26 | 153 | 64 | 66 |
| Binary | 1100101 | 11000110 | 1001011 | 110001 | 0 | 111110 | 10110 | 1101011 | 110100 | 110110 |
Color Harmonies of #65C64B
Complementary color
Monochromatic Colors of #65C64B
Black with #65C64B
Text Example
Text Example
White with #65C64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C64B; }
p { color: rgb(101,198,75); }
H1.HeaderClassName
{
color: #65C64B;
}
.AnyTagClassName
{
color: #65C64B;
}
</style>
background-color css
<style>
a { background-color: #65C64B; }
a { background-color: rgb(101,198,75); }
div.DivClassName
{
background-color: #65C64B;
}
.BgClassName
{
background-color: #65C64B;
}
</style>
border-color css
<style>
span { border-color: #65C64B; }
span { border-color: rgb(101,198,75); }
td.TdClassName
{
border-color: #65C64B;
}
.TagClassName
{
border-color: #65C64B;
}
</style>