Shades of Apple #65CA4D
Tints of Apple #65CA4D
RGB
CMYK
RGB Variations
Color information
#65CA4D (or 0x65CA4D) is known color: Apple. HEX triplet: 65, CA and 4D. RGB value is (101,202,77). Sum of RGB (Red+Green+Blue) = 101+202+77=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CA4D is #9A35B2. Grayscale: #9D9D9D. Windows color (decimal): -10106291 or 5098085. OLE color: 5098085.
HSL color Cylindrical-coordinate representation of color #65CA4D: hue angle of 108.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65CA4D is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 77 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.21 |
| HSL | 108.48º | 0.54% | 0.55% | - |
| HSV(B) | 108.48º | 0.62% | 0.79% | - |
| XYZ | 27.83 | 45.54 | 14.35 | - |
| YUV | 157.55 | 82.54 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 77 | 0.50 | 0 | 0.62 | 0.21 | 108.48 | 0.54 | 0.55 |
| Hex | 65 | CA | 4D | 32 | 0 | 3E | 15 | 6C | 36 | 37 |
| Octal | 145 | 312 | 115 | 62 | 0 | 76 | 25 | 154 | 66 | 67 |
| Binary | 1100101 | 11001010 | 1001101 | 110010 | 0 | 111110 | 10101 | 1101100 | 110110 | 110111 |
Color Harmonies of #65CA4D
Complementary color
Monochromatic Colors of #65CA4D
Black with #65CA4D
Text Example
Text Example
White with #65CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CA4D; }
p { color: rgb(101,202,77); }
H1.HeaderClassName
{
color: #65CA4D;
}
.AnyTagClassName
{
color: #65CA4D;
}
</style>
background-color css
<style>
a { background-color: #65CA4D; }
a { background-color: rgb(101,202,77); }
div.DivClassName
{
background-color: #65CA4D;
}
.BgClassName
{
background-color: #65CA4D;
}
</style>
border-color css
<style>
span { border-color: #65CA4D; }
span { border-color: rgb(101,202,77); }
td.TdClassName
{
border-color: #65CA4D;
}
.TagClassName
{
border-color: #65CA4D;
}
</style>