Shades of Apple #65E438
Tints of Apple #65E438
RGB
CMYK
RGB Variations
Color information
#65E438 (or 0x65E438) is known color: Apple. HEX triplet: 65, E4 and 38. RGB value is (101,228,56). Sum of RGB (Red+Green+Blue) = 101+228+56=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 228 (89.45% from 255 or 59.22% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 228 - color contains mainly: green. Hex color #65E438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E438 is #9A1BC7. Grayscale: #AAAAAA. Windows color (decimal): -10099656 or 3728485. OLE color: 3728485.
HSL color Cylindrical-coordinate representation of color #65E438: hue angle of 104.3º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65E438 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 56 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.11 |
| HSL | 104.3º | 0.76% | 0.56% | - |
| HSV(B) | 104.3º | 0.75% | 0.89% | - |
| XYZ | 33.82 | 58.54 | 13.26 | - |
| YUV | 170.42 | 63.42 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 56 | 0.56 | 0 | 0.75 | 0.11 | 104.3 | 0.76 | 0.56 |
| Hex | 65 | E4 | 38 | 38 | 0 | 4B | B | 68 | 4C | 38 |
| Octal | 145 | 344 | 70 | 70 | 0 | 113 | 13 | 150 | 114 | 70 |
| Binary | 1100101 | 11100100 | 111000 | 111000 | 0 | 1001011 | 1011 | 1101000 | 1001100 | 111000 |
Color Harmonies of #65E438
Complementary color
Monochromatic Colors of #65E438
Black with #65E438
Text Example
Text Example
White with #65E438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E438; }
p { color: rgb(101,228,56); }
H1.HeaderClassName
{
color: #65E438;
}
.AnyTagClassName
{
color: #65E438;
}
</style>
background-color css
<style>
a { background-color: #65E438; }
a { background-color: rgb(101,228,56); }
div.DivClassName
{
background-color: #65E438;
}
.BgClassName
{
background-color: #65E438;
}
</style>
border-color css
<style>
span { border-color: #65E438; }
span { border-color: rgb(101,228,56); }
td.TdClassName
{
border-color: #65E438;
}
.TagClassName
{
border-color: #65E438;
}
</style>