Shades of Apple #65C15A
Tints of Apple #65C15A
RGB
CMYK
RGB Variations
Color information
#65C15A (or 0x65C15A) is known color: Apple. HEX triplet: 65, C1 and 5A. RGB value is (101,193,90). Sum of RGB (Red+Green+Blue) = 101+193+90=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #65C15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C15A is #9A3EA5. Grayscale: #9A9A9A. Windows color (decimal): -10108582 or 5947749. OLE color: 5947749.
HSL color Cylindrical-coordinate representation of color #65C15A: hue angle of 113.59º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65C15A is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 90 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.24 |
| HSL | 113.59º | 0.45% | 0.55% | - |
| HSV(B) | 113.59º | 0.53% | 0.76% | - |
| XYZ | 26.28 | 41.64 | 16.33 | - |
| YUV | 153.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 90 | 0.48 | 0 | 0.53 | 0.24 | 113.59 | 0.45 | 0.55 |
| Hex | 65 | C1 | 5A | 30 | 0 | 35 | 18 | 72 | 2D | 37 |
| Octal | 145 | 301 | 132 | 60 | 0 | 65 | 30 | 162 | 55 | 67 |
| Binary | 1100101 | 11000001 | 1011010 | 110000 | 0 | 110101 | 11000 | 1110010 | 101101 | 110111 |
Color Harmonies of #65C15A
Complementary color
Monochromatic Colors of #65C15A
Black with #65C15A
Text Example
Text Example
White with #65C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C15A; }
p { color: rgb(101,193,90); }
H1.HeaderClassName
{
color: #65C15A;
}
.AnyTagClassName
{
color: #65C15A;
}
</style>
background-color css
<style>
a { background-color: #65C15A; }
a { background-color: rgb(101,193,90); }
div.DivClassName
{
background-color: #65C15A;
}
.BgClassName
{
background-color: #65C15A;
}
</style>
border-color css
<style>
span { border-color: #65C15A; }
span { border-color: rgb(101,193,90); }
td.TdClassName
{
border-color: #65C15A;
}
.TagClassName
{
border-color: #65C15A;
}
</style>