Shades of Apple #65C739
Tints of Apple #65C739
RGB
CMYK
RGB Variations
Color information
#65C739 (or 0x65C739) is known color: Apple. HEX triplet: 65, C7 and 39. RGB value is (101,199,57). Sum of RGB (Red+Green+Blue) = 101+199+57=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #65C739 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C739 is #9A38C6. Grayscale: #999999. Windows color (decimal): -10107079 or 3786597. OLE color: 3786597.
HSL color Cylindrical-coordinate representation of color #65C739: hue angle of 101.41º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65C739 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 199 | 57 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.22 |
| HSL | 101.41º | 0.56% | 0.5% | - |
| HSV(B) | 101.41º | 0.71% | 0.78% | - |
| XYZ | 26.53 | 43.91 | 10.95 | - |
| YUV | 153.51 | 73.53 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 57 | 0.49 | 0 | 0.71 | 0.22 | 101.41 | 0.56 | 0.5 |
| Hex | 65 | C7 | 39 | 31 | 0 | 47 | 16 | 65 | 38 | 32 |
| Octal | 145 | 307 | 71 | 61 | 0 | 107 | 26 | 145 | 70 | 62 |
| Binary | 1100101 | 11000111 | 111001 | 110001 | 0 | 1000111 | 10110 | 1100101 | 111000 | 110010 |
Color Harmonies of #65C739
Complementary color
Monochromatic Colors of #65C739
Black with #65C739
Text Example
Text Example
White with #65C739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C739; }
p { color: rgb(101,199,57); }
H1.HeaderClassName
{
color: #65C739;
}
.AnyTagClassName
{
color: #65C739;
}
</style>
background-color css
<style>
a { background-color: #65C739; }
a { background-color: rgb(101,199,57); }
div.DivClassName
{
background-color: #65C739;
}
.BgClassName
{
background-color: #65C739;
}
</style>
border-color css
<style>
span { border-color: #65C739; }
span { border-color: rgb(101,199,57); }
td.TdClassName
{
border-color: #65C739;
}
.TagClassName
{
border-color: #65C739;
}
</style>