Shades of Apple #69E633
Tints of Apple #69E633
RGB
CMYK
RGB Variations
Color information
#69E633 (or 0x69E633) is known color: Apple. HEX triplet: 69, E6 and 33. RGB value is (105,230,51). Sum of RGB (Red+Green+Blue) = 105+230+51=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 230 (90.23% from 255 or 59.59% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 230 - color contains mainly: green. Hex color #69E633 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #69E633 is #9619CC. Grayscale: #ACACAC. Windows color (decimal): -9837005 or 3401321. OLE color: 3401321.
HSL color Cylindrical-coordinate representation of color #69E633: hue angle of 101.9º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69E633 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 230 | 51 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.10 |
| HSL | 101.9º | 0.78% | 0.55% | - |
| HSV(B) | 101.9º | 0.78% | 0.9% | - |
| XYZ | 34.72 | 59.84 | 12.85 | - |
| YUV | 172.22 | 59.59 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 230 | 51 | 0.54 | 0 | 0.78 | 0.10 | 101.9 | 0.78 | 0.55 |
| Hex | 69 | E6 | 33 | 36 | 0 | 4E | A | 66 | 4E | 37 |
| Octal | 151 | 346 | 63 | 66 | 0 | 116 | 12 | 146 | 116 | 67 |
| Binary | 1101001 | 11100110 | 110011 | 110110 | 0 | 1001110 | 1010 | 1100110 | 1001110 | 110111 |
Color Harmonies of #69E633
Complementary color
Monochromatic Colors of #69E633
Black with #69E633
Text Example
Text Example
White with #69E633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E633; }
p { color: rgb(105,230,51); }
H1.HeaderClassName
{
color: #69E633;
}
.AnyTagClassName
{
color: #69E633;
}
</style>
background-color css
<style>
a { background-color: #69E633; }
a { background-color: rgb(105,230,51); }
div.DivClassName
{
background-color: #69E633;
}
.BgClassName
{
background-color: #69E633;
}
</style>
border-color css
<style>
span { border-color: #69E633; }
span { border-color: rgb(105,230,51); }
td.TdClassName
{
border-color: #69E633;
}
.TagClassName
{
border-color: #69E633;
}
</style>