Shades of Apple #65C438
Tints of Apple #65C438
RGB
CMYK
RGB Variations
Color information
#65C438 (or 0x65C438) is known color: Apple. HEX triplet: 65, C4 and 38. RGB value is (101,196,56). Sum of RGB (Red+Green+Blue) = 101+196+56=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #65C438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C438 is #9A3BC7. Grayscale: #989898. Windows color (decimal): -10107848 or 3720293. OLE color: 3720293.
HSL color Cylindrical-coordinate representation of color #65C438: hue angle of 100.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65C438 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 196 | 56 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.23 |
| HSL | 100.71º | 0.56% | 0.49% | - |
| HSV(B) | 100.71º | 0.71% | 0.77% | - |
| XYZ | 25.82 | 42.53 | 10.59 | - |
| YUV | 151.64 | 74.03 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 196 | 56 | 0.48 | 0 | 0.71 | 0.23 | 100.71 | 0.56 | 0.49 |
| Hex | 65 | C4 | 38 | 30 | 0 | 47 | 17 | 65 | 38 | 31 |
| Octal | 145 | 304 | 70 | 60 | 0 | 107 | 27 | 145 | 70 | 61 |
| Binary | 1100101 | 11000100 | 111000 | 110000 | 0 | 1000111 | 10111 | 1100101 | 111000 | 110001 |
Color Harmonies of #65C438
Complementary color
Monochromatic Colors of #65C438
Black with #65C438
Text Example
Text Example
White with #65C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C438; }
p { color: rgb(101,196,56); }
H1.HeaderClassName
{
color: #65C438;
}
.AnyTagClassName
{
color: #65C438;
}
</style>
background-color css
<style>
a { background-color: #65C438; }
a { background-color: rgb(101,196,56); }
div.DivClassName
{
background-color: #65C438;
}
.BgClassName
{
background-color: #65C438;
}
</style>
border-color css
<style>
span { border-color: #65C438; }
span { border-color: rgb(101,196,56); }
td.TdClassName
{
border-color: #65C438;
}
.TagClassName
{
border-color: #65C438;
}
</style>