Shades of Apple #65CE38
Tints of Apple #65CE38
RGB
CMYK
RGB Variations
Color information
#65CE38 (or 0x65CE38) is known color: Apple. HEX triplet: 65, CE and 38. RGB value is (101,206,56). Sum of RGB (Red+Green+Blue) = 101+206+56=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 206 (80.86% from 255 or 56.75% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CE38 is #9A31C7. Grayscale: #9D9D9D. Windows color (decimal): -10105288 or 3722853. OLE color: 3722853.
HSL color Cylindrical-coordinate representation of color #65CE38: hue angle of 102º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65CE38 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 56 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.19 |
| HSL | 102º | 0.6% | 0.51% | - |
| HSV(B) | 102º | 0.73% | 0.81% | - |
| XYZ | 28.15 | 47.19 | 11.37 | - |
| YUV | 157.51 | 70.71 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 56 | 0.51 | 0 | 0.73 | 0.19 | 102 | 0.6 | 0.51 |
| Hex | 65 | CE | 38 | 33 | 0 | 49 | 13 | 66 | 3C | 33 |
| Octal | 145 | 316 | 70 | 63 | 0 | 111 | 23 | 146 | 74 | 63 |
| Binary | 1100101 | 11001110 | 111000 | 110011 | 0 | 1001001 | 10011 | 1100110 | 111100 | 110011 |
Color Harmonies of #65CE38
Complementary color
Monochromatic Colors of #65CE38
Black with #65CE38
Text Example
Text Example
White with #65CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CE38; }
p { color: rgb(101,206,56); }
H1.HeaderClassName
{
color: #65CE38;
}
.AnyTagClassName
{
color: #65CE38;
}
</style>
background-color css
<style>
a { background-color: #65CE38; }
a { background-color: rgb(101,206,56); }
div.DivClassName
{
background-color: #65CE38;
}
.BgClassName
{
background-color: #65CE38;
}
</style>
border-color css
<style>
span { border-color: #65CE38; }
span { border-color: rgb(101,206,56); }
td.TdClassName
{
border-color: #65CE38;
}
.TagClassName
{
border-color: #65CE38;
}
</style>