Shades of Apple #69E240
Tints of Apple #69E240
RGB
CMYK
RGB Variations
Color information
#69E240 (or 0x69E240) is known color: Apple. HEX triplet: 69, E2 and 40. RGB value is (105,226,64). Sum of RGB (Red+Green+Blue) = 105+226+64=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 226 (88.67% from 255 or 57.22% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 226 - color contains mainly: green. Hex color #69E240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E240 is #961DBF. Grayscale: #ABABAB. Windows color (decimal): -9838016 or 4252265. OLE color: 4252265.
HSL color Cylindrical-coordinate representation of color #69E240: hue angle of 104.81º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69E240 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 226 | 64 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.11 |
| HSL | 104.81º | 0.74% | 0.57% | - |
| HSV(B) | 104.81º | 0.72% | 0.89% | - |
| XYZ | 33.95 | 57.77 | 14.21 | - |
| YUV | 171.35 | 67.41 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 226 | 64 | 0.54 | 0 | 0.72 | 0.11 | 104.81 | 0.74 | 0.57 |
| Hex | 69 | E2 | 40 | 36 | 0 | 48 | B | 69 | 4A | 39 |
| Octal | 151 | 342 | 100 | 66 | 0 | 110 | 13 | 151 | 112 | 71 |
| Binary | 1101001 | 11100010 | 1000000 | 110110 | 0 | 1001000 | 1011 | 1101001 | 1001010 | 111001 |
Color Harmonies of #69E240
Complementary color
Monochromatic Colors of #69E240
Black with #69E240
Text Example
Text Example
White with #69E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E240; }
p { color: rgb(105,226,64); }
H1.HeaderClassName
{
color: #69E240;
}
.AnyTagClassName
{
color: #69E240;
}
</style>
background-color css
<style>
a { background-color: #69E240; }
a { background-color: rgb(105,226,64); }
div.DivClassName
{
background-color: #69E240;
}
.BgClassName
{
background-color: #69E240;
}
</style>
border-color css
<style>
span { border-color: #69E240; }
span { border-color: rgb(105,226,64); }
td.TdClassName
{
border-color: #69E240;
}
.TagClassName
{
border-color: #69E240;
}
</style>