Shades of Apple #65C14F
Tints of Apple #65C14F
RGB
CMYK
RGB Variations
Color information
#65C14F (or 0x65C14F) is known color: Apple. HEX triplet: 65, C1 and 4F. RGB value is (101,193,79). Sum of RGB (Red+Green+Blue) = 101+193+79=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #65C14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C14F is #9A3EB0. Grayscale: #989898. Windows color (decimal): -10108593 or 5226853. OLE color: 5226853.
HSL color Cylindrical-coordinate representation of color #65C14F: hue angle of 108.42º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65C14F is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 79 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.24 |
| HSL | 108.42º | 0.48% | 0.53% | - |
| HSV(B) | 108.42º | 0.59% | 0.76% | - |
| XYZ | 25.85 | 41.47 | 14.04 | - |
| YUV | 152.5 | 86.52 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 79 | 0.48 | 0 | 0.59 | 0.24 | 108.42 | 0.48 | 0.53 |
| Hex | 65 | C1 | 4F | 30 | 0 | 3B | 18 | 6C | 30 | 35 |
| Octal | 145 | 301 | 117 | 60 | 0 | 73 | 30 | 154 | 60 | 65 |
| Binary | 1100101 | 11000001 | 1001111 | 110000 | 0 | 111011 | 11000 | 1101100 | 110000 | 110101 |
Color Harmonies of #65C14F
Complementary color
Monochromatic Colors of #65C14F
Black with #65C14F
Text Example
Text Example
White with #65C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C14F; }
p { color: rgb(101,193,79); }
H1.HeaderClassName
{
color: #65C14F;
}
.AnyTagClassName
{
color: #65C14F;
}
</style>
background-color css
<style>
a { background-color: #65C14F; }
a { background-color: rgb(101,193,79); }
div.DivClassName
{
background-color: #65C14F;
}
.BgClassName
{
background-color: #65C14F;
}
</style>
border-color css
<style>
span { border-color: #65C14F; }
span { border-color: rgb(101,193,79); }
td.TdClassName
{
border-color: #65C14F;
}
.TagClassName
{
border-color: #65C14F;
}
</style>