Shades of Apple #69E638
Tints of Apple #69E638
RGB
CMYK
RGB Variations
Color information
#69E638 (or 0x69E638) is known color: Apple. HEX triplet: 69, E6 and 38. RGB value is (105,230,56). Sum of RGB (Red+Green+Blue) = 105+230+56=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 230 (90.23% from 255 or 58.82% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 230 - color contains mainly: green. Hex color #69E638 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #69E638 is #9619C7. Grayscale: #ADADAD. Windows color (decimal): -9837000 or 3729001. OLE color: 3729001.
HSL color Cylindrical-coordinate representation of color #69E638: hue angle of 103.1º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69E638 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 230 | 56 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.10 |
| HSL | 103.1º | 0.78% | 0.56% | - |
| HSV(B) | 103.1º | 0.76% | 0.9% | - |
| XYZ | 34.84 | 59.88 | 13.46 | - |
| YUV | 172.79 | 62.09 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 230 | 56 | 0.54 | 0 | 0.76 | 0.10 | 103.1 | 0.78 | 0.56 |
| Hex | 69 | E6 | 38 | 36 | 0 | 4C | A | 67 | 4E | 38 |
| Octal | 151 | 346 | 70 | 66 | 0 | 114 | 12 | 147 | 116 | 70 |
| Binary | 1101001 | 11100110 | 111000 | 110110 | 0 | 1001100 | 1010 | 1100111 | 1001110 | 111000 |
Color Harmonies of #69E638
Complementary color
Monochromatic Colors of #69E638
Black with #69E638
Text Example
Text Example
White with #69E638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E638; }
p { color: rgb(105,230,56); }
H1.HeaderClassName
{
color: #69E638;
}
.AnyTagClassName
{
color: #69E638;
}
</style>
background-color css
<style>
a { background-color: #69E638; }
a { background-color: rgb(105,230,56); }
div.DivClassName
{
background-color: #69E638;
}
.BgClassName
{
background-color: #69E638;
}
</style>
border-color css
<style>
span { border-color: #69E638; }
span { border-color: rgb(105,230,56); }
td.TdClassName
{
border-color: #69E638;
}
.TagClassName
{
border-color: #69E638;
}
</style>