Shades of Apple #69E032
Tints of Apple #69E032
RGB
CMYK
RGB Variations
Color information
#69E032 (or 0x69E032) is known color: Apple. HEX triplet: 69, E0 and 32. RGB value is (105,224,50). Sum of RGB (Red+Green+Blue) = 105+224+50=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #69E032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E032 is #961FCD. Grayscale: #A9A9A9. Windows color (decimal): -9838542 or 3334249. OLE color: 3334249.
HSL color Cylindrical-coordinate representation of color #69E032: hue angle of 101.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69E032 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 224 | 50 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.12 |
| HSL | 101.03º | 0.74% | 0.54% | - |
| HSV(B) | 101.03º | 0.78% | 0.88% | - |
| XYZ | 33.06 | 56.54 | 12.19 | - |
| YUV | 168.58 | 61.08 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 224 | 50 | 0.53 | 0 | 0.78 | 0.12 | 101.03 | 0.74 | 0.54 |
| Hex | 69 | E0 | 32 | 35 | 0 | 4E | C | 65 | 4A | 36 |
| Octal | 151 | 340 | 62 | 65 | 0 | 116 | 14 | 145 | 112 | 66 |
| Binary | 1101001 | 11100000 | 110010 | 110101 | 0 | 1001110 | 1100 | 1100101 | 1001010 | 110110 |
Color Harmonies of #69E032
Complementary color
Monochromatic Colors of #69E032
Black with #69E032
Text Example
Text Example
White with #69E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E032; }
p { color: rgb(105,224,50); }
H1.HeaderClassName
{
color: #69E032;
}
.AnyTagClassName
{
color: #69E032;
}
</style>
background-color css
<style>
a { background-color: #69E032; }
a { background-color: rgb(105,224,50); }
div.DivClassName
{
background-color: #69E032;
}
.BgClassName
{
background-color: #69E032;
}
</style>
border-color css
<style>
span { border-color: #69E032; }
span { border-color: rgb(105,224,50); }
td.TdClassName
{
border-color: #69E032;
}
.TagClassName
{
border-color: #69E032;
}
</style>