Shades of Apple #65CA39
Tints of Apple #65CA39
RGB
CMYK
RGB Variations
Color information
#65CA39 (or 0x65CA39) is known color: Apple. HEX triplet: 65, CA and 39. RGB value is (101,202,57). Sum of RGB (Red+Green+Blue) = 101+202+57=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA39 is #9A35C6. Grayscale: #9B9B9B. Windows color (decimal): -10106311 or 3787365. OLE color: 3787365.
HSL color Cylindrical-coordinate representation of color #65CA39: hue angle of 101.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65CA39 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 57 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.21 |
| HSL | 101.79º | 0.58% | 0.51% | - |
| HSV(B) | 101.79º | 0.72% | 0.79% | - |
| XYZ | 27.23 | 45.3 | 11.18 | - |
| YUV | 155.27 | 72.54 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 57 | 0.50 | 0 | 0.72 | 0.21 | 101.79 | 0.58 | 0.51 |
| Hex | 65 | CA | 39 | 32 | 0 | 48 | 15 | 66 | 3A | 33 |
| Octal | 145 | 312 | 71 | 62 | 0 | 110 | 25 | 146 | 72 | 63 |
| Binary | 1100101 | 11001010 | 111001 | 110010 | 0 | 1001000 | 10101 | 1100110 | 111010 | 110011 |
Color Harmonies of #65CA39
Complementary color
Monochromatic Colors of #65CA39
Black with #65CA39
Text Example
Text Example
White with #65CA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CA39; }
p { color: rgb(101,202,57); }
H1.HeaderClassName
{
color: #65CA39;
}
.AnyTagClassName
{
color: #65CA39;
}
</style>
background-color css
<style>
a { background-color: #65CA39; }
a { background-color: rgb(101,202,57); }
div.DivClassName
{
background-color: #65CA39;
}
.BgClassName
{
background-color: #65CA39;
}
</style>
border-color css
<style>
span { border-color: #65CA39; }
span { border-color: rgb(101,202,57); }
td.TdClassName
{
border-color: #65CA39;
}
.TagClassName
{
border-color: #65CA39;
}
</style>