Shades of Apple #65CC42
Tints of Apple #65CC42
RGB
CMYK
RGB Variations
Color information
#65CC42 (or 0x65CC42) is known color: Apple. HEX triplet: 65, CC and 42. RGB value is (101,204,66). Sum of RGB (Red+Green+Blue) = 101+204+66=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CC42 is #9A33BD. Grayscale: #9D9D9D. Windows color (decimal): -10105790 or 4377701. OLE color: 4377701.
HSL color Cylindrical-coordinate representation of color #65CC42: hue angle of 104.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65CC42 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 204 | 66 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.2 |
| HSL | 104.78º | 0.58% | 0.53% | - |
| HSV(B) | 104.78º | 0.68% | 0.8% | - |
| XYZ | 27.94 | 46.35 | 12.63 | - |
| YUV | 157.47 | 76.38 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 66 | 0.50 | 0 | 0.68 | 0.2 | 104.78 | 0.58 | 0.53 |
| Hex | 65 | CC | 42 | 32 | 0 | 44 | 14 | 69 | 3A | 35 |
| Octal | 145 | 314 | 102 | 62 | 0 | 104 | 24 | 151 | 72 | 65 |
| Binary | 1100101 | 11001100 | 1000010 | 110010 | 0 | 1000100 | 10100 | 1101001 | 111010 | 110101 |
Color Harmonies of #65CC42
Complementary color
Monochromatic Colors of #65CC42
Black with #65CC42
Text Example
Text Example
White with #65CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CC42; }
p { color: rgb(101,204,66); }
H1.HeaderClassName
{
color: #65CC42;
}
.AnyTagClassName
{
color: #65CC42;
}
</style>
background-color css
<style>
a { background-color: #65CC42; }
a { background-color: rgb(101,204,66); }
div.DivClassName
{
background-color: #65CC42;
}
.BgClassName
{
background-color: #65CC42;
}
</style>
border-color css
<style>
span { border-color: #65CC42; }
span { border-color: rgb(101,204,66); }
td.TdClassName
{
border-color: #65CC42;
}
.TagClassName
{
border-color: #65CC42;
}
</style>