Shades of Apple #65CB49
Tints of Apple #65CB49
RGB
CMYK
RGB Variations
Color information
#65CB49 (or 0x65CB49) is known color: Apple. HEX triplet: 65, CB and 49. RGB value is (101,203,73). Sum of RGB (Red+Green+Blue) = 101+203+73=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CB49 is #9A34B6. Grayscale: #9E9E9E. Windows color (decimal): -10106039 or 4836197. OLE color: 4836197.
HSL color Cylindrical-coordinate representation of color #65CB49: hue angle of 107.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65CB49 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 73 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.20 |
| HSL | 107.08º | 0.56% | 0.54% | - |
| HSV(B) | 107.08º | 0.64% | 0.8% | - |
| XYZ | 27.93 | 45.96 | 13.7 | - |
| YUV | 157.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 73 | 0.50 | 0 | 0.64 | 0.20 | 107.08 | 0.56 | 0.54 |
| Hex | 65 | CB | 49 | 32 | 0 | 40 | 14 | 6B | 38 | 36 |
| Octal | 145 | 313 | 111 | 62 | 0 | 100 | 24 | 153 | 70 | 66 |
| Binary | 1100101 | 11001011 | 1001001 | 110010 | 0 | 1000000 | 10100 | 1101011 | 111000 | 110110 |
Color Harmonies of #65CB49
Complementary color
Monochromatic Colors of #65CB49
Black with #65CB49
Text Example
Text Example
White with #65CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB49; }
p { color: rgb(101,203,73); }
H1.HeaderClassName
{
color: #65CB49;
}
.AnyTagClassName
{
color: #65CB49;
}
</style>
background-color css
<style>
a { background-color: #65CB49; }
a { background-color: rgb(101,203,73); }
div.DivClassName
{
background-color: #65CB49;
}
.BgClassName
{
background-color: #65CB49;
}
</style>
border-color css
<style>
span { border-color: #65CB49; }
span { border-color: rgb(101,203,73); }
td.TdClassName
{
border-color: #65CB49;
}
.TagClassName
{
border-color: #65CB49;
}
</style>