Shades of Apple #65C04D
Tints of Apple #65C04D
RGB
CMYK
RGB Variations
Color information
#65C04D (or 0x65C04D) is known color: Apple. HEX triplet: 65, C0 and 4D. RGB value is (101,192,77). Sum of RGB (Red+Green+Blue) = 101+192+77=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #65C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C04D is #9A3FB2. Grayscale: #989898. Windows color (decimal): -10108851 or 5095525. OLE color: 5095525.
HSL color Cylindrical-coordinate representation of color #65C04D: hue angle of 107.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65C04D is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 192 | 77 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.25 |
| HSL | 107.48º | 0.48% | 0.53% | - |
| HSV(B) | 107.48º | 0.6% | 0.75% | - |
| XYZ | 25.56 | 41 | 13.59 | - |
| YUV | 151.68 | 85.85 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 77 | 0.47 | 0 | 0.60 | 0.25 | 107.48 | 0.48 | 0.53 |
| Hex | 65 | C0 | 4D | 2F | 0 | 3C | 19 | 6B | 30 | 35 |
| Octal | 145 | 300 | 115 | 57 | 0 | 74 | 31 | 153 | 60 | 65 |
| Binary | 1100101 | 11000000 | 1001101 | 101111 | 0 | 111100 | 11001 | 1101011 | 110000 | 110101 |
Color Harmonies of #65C04D
Complementary color
Monochromatic Colors of #65C04D
Black with #65C04D
Text Example
Text Example
White with #65C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C04D; }
p { color: rgb(101,192,77); }
H1.HeaderClassName
{
color: #65C04D;
}
.AnyTagClassName
{
color: #65C04D;
}
</style>
background-color css
<style>
a { background-color: #65C04D; }
a { background-color: rgb(101,192,77); }
div.DivClassName
{
background-color: #65C04D;
}
.BgClassName
{
background-color: #65C04D;
}
</style>
border-color css
<style>
span { border-color: #65C04D; }
span { border-color: rgb(101,192,77); }
td.TdClassName
{
border-color: #65C04D;
}
.TagClassName
{
border-color: #65C04D;
}
</style>