Shades of Apple #65CA33
Tints of Apple #65CA33
RGB
CMYK
RGB Variations
Color information
#65CA33 (or 0x65CA33) is known color: Apple. HEX triplet: 65, CA and 33. RGB value is (101,202,51). Sum of RGB (Red+Green+Blue) = 101+202+51=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA33 is #9A35CC. Grayscale: #9B9B9B. Windows color (decimal): -10106317 or 3394149. OLE color: 3394149.
HSL color Cylindrical-coordinate representation of color #65CA33: hue angle of 100.13º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65CA33 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 51 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.21 |
| HSL | 100.13º | 0.6% | 0.5% | - |
| HSV(B) | 100.13º | 0.75% | 0.79% | - |
| XYZ | 27.08 | 45.25 | 10.44 | - |
| YUV | 154.59 | 69.54 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 51 | 0.50 | 0 | 0.75 | 0.21 | 100.13 | 0.6 | 0.5 |
| Hex | 65 | CA | 33 | 32 | 0 | 4B | 15 | 64 | 3C | 32 |
| Octal | 145 | 312 | 63 | 62 | 0 | 113 | 25 | 144 | 74 | 62 |
| Binary | 1100101 | 11001010 | 110011 | 110010 | 0 | 1001011 | 10101 | 1100100 | 111100 | 110010 |
Color Harmonies of #65CA33
Complementary color
Monochromatic Colors of #65CA33
Black with #65CA33
Text Example
Text Example
White with #65CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CA33; }
p { color: rgb(101,202,51); }
H1.HeaderClassName
{
color: #65CA33;
}
.AnyTagClassName
{
color: #65CA33;
}
</style>
background-color css
<style>
a { background-color: #65CA33; }
a { background-color: rgb(101,202,51); }
div.DivClassName
{
background-color: #65CA33;
}
.BgClassName
{
background-color: #65CA33;
}
</style>
border-color css
<style>
span { border-color: #65CA33; }
span { border-color: rgb(101,202,51); }
td.TdClassName
{
border-color: #65CA33;
}
.TagClassName
{
border-color: #65CA33;
}
</style>