Shades of Apple #65C736
Tints of Apple #65C736
RGB
CMYK
RGB Variations
Color information
#65C736 (or 0x65C736) is known color: Apple. HEX triplet: 65, C7 and 36. RGB value is (101,199,54). Sum of RGB (Red+Green+Blue) = 101+199+54=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 199 (78.12% from 255 or 56.21% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 199 - color contains mainly: green. Hex color #65C736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C736 is #9A38C9. Grayscale: #999999. Windows color (decimal): -10107082 or 3589989. OLE color: 3589989.
HSL color Cylindrical-coordinate representation of color #65C736: hue angle of 100.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65C736 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 199 | 54 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.22 |
| HSL | 100.55º | 0.57% | 0.5% | - |
| HSV(B) | 100.55º | 0.73% | 0.78% | - |
| XYZ | 26.46 | 43.88 | 10.57 | - |
| YUV | 153.17 | 72.03 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 54 | 0.49 | 0 | 0.73 | 0.22 | 100.55 | 0.57 | 0.5 |
| Hex | 65 | C7 | 36 | 31 | 0 | 49 | 16 | 65 | 39 | 32 |
| Octal | 145 | 307 | 66 | 61 | 0 | 111 | 26 | 145 | 71 | 62 |
| Binary | 1100101 | 11000111 | 110110 | 110001 | 0 | 1001001 | 10110 | 1100101 | 111001 | 110010 |
Color Harmonies of #65C736
Complementary color
Monochromatic Colors of #65C736
Black with #65C736
Text Example
Text Example
White with #65C736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C736; }
p { color: rgb(101,199,54); }
H1.HeaderClassName
{
color: #65C736;
}
.AnyTagClassName
{
color: #65C736;
}
</style>
background-color css
<style>
a { background-color: #65C736; }
a { background-color: rgb(101,199,54); }
div.DivClassName
{
background-color: #65C736;
}
.BgClassName
{
background-color: #65C736;
}
</style>
border-color css
<style>
span { border-color: #65C736; }
span { border-color: rgb(101,199,54); }
td.TdClassName
{
border-color: #65C736;
}
.TagClassName
{
border-color: #65C736;
}
</style>