Shades of Apple #69E340
Tints of Apple #69E340
RGB
CMYK
RGB Variations
Color information
#69E340 (or 0x69E340) is known color: Apple. HEX triplet: 69, E3 and 40. RGB value is (105,227,64). Sum of RGB (Red+Green+Blue) = 105+227+64=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 227 (89.06% from 255 or 57.32% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 227 - color contains mainly: green. Hex color #69E340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E340 is #961CBF. Grayscale: #ACACAC. Windows color (decimal): -9837760 or 4252521. OLE color: 4252521.
HSL color Cylindrical-coordinate representation of color #69E340: hue angle of 104.91º 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 #69E340 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 227 | 64 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.11 |
| HSL | 104.91º | 0.74% | 0.57% | - |
| HSV(B) | 104.91º | 0.72% | 0.89% | - |
| XYZ | 34.22 | 58.31 | 14.3 | - |
| YUV | 171.94 | 67.08 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 64 | 0.54 | 0 | 0.72 | 0.11 | 104.91 | 0.74 | 0.57 |
| Hex | 69 | E3 | 40 | 36 | 0 | 48 | B | 69 | 4A | 39 |
| Octal | 151 | 343 | 100 | 66 | 0 | 110 | 13 | 151 | 112 | 71 |
| Binary | 1101001 | 11100011 | 1000000 | 110110 | 0 | 1001000 | 1011 | 1101001 | 1001010 | 111001 |
Color Harmonies of #69E340
Complementary color
Monochromatic Colors of #69E340
Black with #69E340
Text Example
Text Example
White with #69E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E340; }
p { color: rgb(105,227,64); }
H1.HeaderClassName
{
color: #69E340;
}
.AnyTagClassName
{
color: #69E340;
}
</style>
background-color css
<style>
a { background-color: #69E340; }
a { background-color: rgb(105,227,64); }
div.DivClassName
{
background-color: #69E340;
}
.BgClassName
{
background-color: #69E340;
}
</style>
border-color css
<style>
span { border-color: #69E340; }
span { border-color: rgb(105,227,64); }
td.TdClassName
{
border-color: #69E340;
}
.TagClassName
{
border-color: #69E340;
}
</style>