Shades of Apple #65CA34
Tints of Apple #65CA34
RGB
CMYK
RGB Variations
Color information
#65CA34 (or 0x65CA34) is known color: Apple. HEX triplet: 65, CA and 34. RGB value is (101,202,52). Sum of RGB (Red+Green+Blue) = 101+202+52=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA34 is #9A35CB. Grayscale: #9B9B9B. Windows color (decimal): -10106316 or 3459685. OLE color: 3459685.
HSL color Cylindrical-coordinate representation of color #65CA34: hue angle of 100.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65CA34 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 52 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.21 |
| HSL | 100.4º | 0.59% | 0.5% | - |
| HSV(B) | 100.4º | 0.74% | 0.79% | - |
| XYZ | 27.11 | 45.26 | 10.56 | - |
| YUV | 154.7 | 70.04 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 52 | 0.50 | 0 | 0.74 | 0.21 | 100.4 | 0.59 | 0.5 |
| Hex | 65 | CA | 34 | 32 | 0 | 4A | 15 | 64 | 3B | 32 |
| Octal | 145 | 312 | 64 | 62 | 0 | 112 | 25 | 144 | 73 | 62 |
| Binary | 1100101 | 11001010 | 110100 | 110010 | 0 | 1001010 | 10101 | 1100100 | 111011 | 110010 |
Color Harmonies of #65CA34
Complementary color
Monochromatic Colors of #65CA34
Black with #65CA34
Text Example
Text Example
White with #65CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CA34; }
p { color: rgb(101,202,52); }
H1.HeaderClassName
{
color: #65CA34;
}
.AnyTagClassName
{
color: #65CA34;
}
</style>
background-color css
<style>
a { background-color: #65CA34; }
a { background-color: rgb(101,202,52); }
div.DivClassName
{
background-color: #65CA34;
}
.BgClassName
{
background-color: #65CA34;
}
</style>
border-color css
<style>
span { border-color: #65CA34; }
span { border-color: rgb(101,202,52); }
td.TdClassName
{
border-color: #65CA34;
}
.TagClassName
{
border-color: #65CA34;
}
</style>