Shades of Apple #65CA45
Tints of Apple #65CA45
RGB
CMYK
RGB Variations
Color information
#65CA45 (or 0x65CA45) is known color: Apple. HEX triplet: 65, CA and 45. RGB value is (101,202,69). Sum of RGB (Red+Green+Blue) = 101+202+69=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA45 is #9A35BA. Grayscale: #9D9D9D. Windows color (decimal): -10106299 or 4573797. OLE color: 4573797.
HSL color Cylindrical-coordinate representation of color #65CA45: hue angle of 105.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65CA45 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 69 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.21 |
| HSL | 105.56º | 0.56% | 0.53% | - |
| HSV(B) | 105.56º | 0.66% | 0.79% | - |
| XYZ | 27.56 | 45.44 | 12.95 | - |
| YUV | 156.64 | 78.54 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 69 | 0.50 | 0 | 0.66 | 0.21 | 105.56 | 0.56 | 0.53 |
| Hex | 65 | CA | 45 | 32 | 0 | 42 | 15 | 6A | 38 | 35 |
| Octal | 145 | 312 | 105 | 62 | 0 | 102 | 25 | 152 | 70 | 65 |
| Binary | 1100101 | 11001010 | 1000101 | 110010 | 0 | 1000010 | 10101 | 1101010 | 111000 | 110101 |
Color Harmonies of #65CA45
Complementary color
Monochromatic Colors of #65CA45
Black with #65CA45
Text Example
Text Example
White with #65CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CA45; }
p { color: rgb(101,202,69); }
H1.HeaderClassName
{
color: #65CA45;
}
.AnyTagClassName
{
color: #65CA45;
}
</style>
background-color css
<style>
a { background-color: #65CA45; }
a { background-color: rgb(101,202,69); }
div.DivClassName
{
background-color: #65CA45;
}
.BgClassName
{
background-color: #65CA45;
}
</style>
border-color css
<style>
span { border-color: #65CA45; }
span { border-color: rgb(101,202,69); }
td.TdClassName
{
border-color: #65CA45;
}
.TagClassName
{
border-color: #65CA45;
}
</style>