Shades of Apple #65BC34
Tints of Apple #65BC34
RGB
CMYK
RGB Variations
Color information
#65BC34 (or 0x65BC34) is known color: Apple. HEX triplet: 65, BC and 34. RGB value is (101,188,52). Sum of RGB (Red+Green+Blue) = 101+188+52=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BC34 is #9A43CB. Grayscale: #929292. Windows color (decimal): -10109900 or 3456101. OLE color: 3456101.
HSL color Cylindrical-coordinate representation of color #65BC34: hue angle of 98.38º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65BC34 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 52 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.26 |
| HSL | 98.38º | 0.57% | 0.47% | - |
| HSV(B) | 98.38º | 0.72% | 0.74% | - |
| XYZ | 23.97 | 38.98 | 9.51 | - |
| YUV | 146.48 | 74.68 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 52 | 0.46 | 0 | 0.72 | 0.26 | 98.38 | 0.57 | 0.47 |
| Hex | 65 | BC | 34 | 2E | 0 | 48 | 1A | 62 | 39 | 2F |
| Octal | 145 | 274 | 64 | 56 | 0 | 110 | 32 | 142 | 71 | 57 |
| Binary | 1100101 | 10111100 | 110100 | 101110 | 0 | 1001000 | 11010 | 1100010 | 111001 | 101111 |
Color Harmonies of #65BC34
Complementary color
Monochromatic Colors of #65BC34
Black with #65BC34
Text Example
Text Example
White with #65BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC34; }
p { color: rgb(101,188,52); }
H1.HeaderClassName
{
color: #65BC34;
}
.AnyTagClassName
{
color: #65BC34;
}
</style>
background-color css
<style>
a { background-color: #65BC34; }
a { background-color: rgb(101,188,52); }
div.DivClassName
{
background-color: #65BC34;
}
.BgClassName
{
background-color: #65BC34;
}
</style>
border-color css
<style>
span { border-color: #65BC34; }
span { border-color: rgb(101,188,52); }
td.TdClassName
{
border-color: #65BC34;
}
.TagClassName
{
border-color: #65BC34;
}
</style>