Shades of Apple #65CB4E
Tints of Apple #65CB4E
RGB
CMYK
RGB Variations
Color information
#65CB4E (or 0x65CB4E) is known color: Apple. HEX triplet: 65, CB and 4E. RGB value is (101,203,78). Sum of RGB (Red+Green+Blue) = 101+203+78=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CB4E is #9A34B1. Grayscale: #9E9E9E. Windows color (decimal): -10106034 or 5163877. OLE color: 5163877.
HSL color Cylindrical-coordinate representation of color #65CB4E: hue angle of 108.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65CB4E is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 78 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.20 |
| HSL | 108.96º | 0.55% | 0.55% | - |
| HSV(B) | 108.96º | 0.62% | 0.8% | - |
| XYZ | 28.1 | 46.03 | 14.61 | - |
| YUV | 158.25 | 82.71 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 78 | 0.50 | 0 | 0.62 | 0.20 | 108.96 | 0.55 | 0.55 |
| Hex | 65 | CB | 4E | 32 | 0 | 3E | 14 | 6D | 37 | 37 |
| Octal | 145 | 313 | 116 | 62 | 0 | 76 | 24 | 155 | 67 | 67 |
| Binary | 1100101 | 11001011 | 1001110 | 110010 | 0 | 111110 | 10100 | 1101101 | 110111 | 110111 |
Color Harmonies of #65CB4E
Complementary color
Monochromatic Colors of #65CB4E
Black with #65CB4E
Text Example
Text Example
White with #65CB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB4E; }
p { color: rgb(101,203,78); }
H1.HeaderClassName
{
color: #65CB4E;
}
.AnyTagClassName
{
color: #65CB4E;
}
</style>
background-color css
<style>
a { background-color: #65CB4E; }
a { background-color: rgb(101,203,78); }
div.DivClassName
{
background-color: #65CB4E;
}
.BgClassName
{
background-color: #65CB4E;
}
</style>
border-color css
<style>
span { border-color: #65CB4E; }
span { border-color: rgb(101,203,78); }
td.TdClassName
{
border-color: #65CB4E;
}
.TagClassName
{
border-color: #65CB4E;
}
</style>