Shades of Apple #65E130
Tints of Apple #65E130
RGB
CMYK
RGB Variations
Color information
#65E130 (or 0x65E130) is known color: Apple. HEX triplet: 65, E1 and 30. RGB value is (101,225,48). Sum of RGB (Red+Green+Blue) = 101+225+48=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #65E130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E130 is #9A1ECF. Grayscale: #A8A8A8. Windows color (decimal): -10100432 or 3203429. OLE color: 3203429.
HSL color Cylindrical-coordinate representation of color #65E130: hue angle of 102.03º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65E130 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 48 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.12 |
| HSL | 102.03º | 0.75% | 0.54% | - |
| HSV(B) | 102.03º | 0.79% | 0.88% | - |
| XYZ | 32.83 | 56.83 | 12.04 | - |
| YUV | 167.75 | 60.42 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 48 | 0.55 | 0 | 0.79 | 0.12 | 102.03 | 0.75 | 0.54 |
| Hex | 65 | E1 | 30 | 37 | 0 | 4F | C | 66 | 4B | 36 |
| Octal | 145 | 341 | 60 | 67 | 0 | 117 | 14 | 146 | 113 | 66 |
| Binary | 1100101 | 11100001 | 110000 | 110111 | 0 | 1001111 | 1100 | 1100110 | 1001011 | 110110 |
Color Harmonies of #65E130
Complementary color
Monochromatic Colors of #65E130
Black with #65E130
Text Example
Text Example
White with #65E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E130; }
p { color: rgb(101,225,48); }
H1.HeaderClassName
{
color: #65E130;
}
.AnyTagClassName
{
color: #65E130;
}
</style>
background-color css
<style>
a { background-color: #65E130; }
a { background-color: rgb(101,225,48); }
div.DivClassName
{
background-color: #65E130;
}
.BgClassName
{
background-color: #65E130;
}
</style>
border-color css
<style>
span { border-color: #65E130; }
span { border-color: rgb(101,225,48); }
td.TdClassName
{
border-color: #65E130;
}
.TagClassName
{
border-color: #65E130;
}
</style>