Shades of Apple #65CB47
Tints of Apple #65CB47
RGB
CMYK
RGB Variations
Color information
#65CB47 (or 0x65CB47) is known color: Apple. HEX triplet: 65, CB and 47. RGB value is (101,203,71). Sum of RGB (Red+Green+Blue) = 101+203+71=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CB47 is #9A34B8. Grayscale: #9D9D9D. Windows color (decimal): -10106041 or 4705125. OLE color: 4705125.
HSL color Cylindrical-coordinate representation of color #65CB47: hue angle of 106.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65CB47 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 71 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.20 |
| HSL | 106.36º | 0.56% | 0.54% | - |
| HSV(B) | 106.36º | 0.65% | 0.8% | - |
| XYZ | 27.86 | 45.93 | 13.36 | - |
| YUV | 157.45 | 79.21 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 71 | 0.50 | 0 | 0.65 | 0.20 | 106.36 | 0.56 | 0.54 |
| Hex | 65 | CB | 47 | 32 | 0 | 41 | 14 | 6A | 38 | 36 |
| Octal | 145 | 313 | 107 | 62 | 0 | 101 | 24 | 152 | 70 | 66 |
| Binary | 1100101 | 11001011 | 1000111 | 110010 | 0 | 1000001 | 10100 | 1101010 | 111000 | 110110 |
Color Harmonies of #65CB47
Complementary color
Monochromatic Colors of #65CB47
Black with #65CB47
Text Example
Text Example
White with #65CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB47; }
p { color: rgb(101,203,71); }
H1.HeaderClassName
{
color: #65CB47;
}
.AnyTagClassName
{
color: #65CB47;
}
</style>
background-color css
<style>
a { background-color: #65CB47; }
a { background-color: rgb(101,203,71); }
div.DivClassName
{
background-color: #65CB47;
}
.BgClassName
{
background-color: #65CB47;
}
</style>
border-color css
<style>
span { border-color: #65CB47; }
span { border-color: rgb(101,203,71); }
td.TdClassName
{
border-color: #65CB47;
}
.TagClassName
{
border-color: #65CB47;
}
</style>