Shades of Apple #69E533
Tints of Apple #69E533
RGB
CMYK
RGB Variations
Color information
#69E533 (or 0x69E533) is known color: Apple. HEX triplet: 69, E5 and 33. RGB value is (105,229,51). Sum of RGB (Red+Green+Blue) = 105+229+51=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 229 (89.84% from 255 or 59.48% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 229 - color contains mainly: green. Hex color #69E533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E533 is #961ACC. Grayscale: #ACACAC. Windows color (decimal): -9837261 or 3401065. OLE color: 3401065.
HSL color Cylindrical-coordinate representation of color #69E533: hue angle of 101.8º degrees, saturation: 0.77, 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 #69E533 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 51 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.10 |
| HSL | 101.8º | 0.77% | 0.55% | - |
| HSV(B) | 101.8º | 0.78% | 0.9% | - |
| XYZ | 34.44 | 59.28 | 12.76 | - |
| YUV | 171.63 | 59.92 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 51 | 0.54 | 0 | 0.78 | 0.10 | 101.8 | 0.77 | 0.55 |
| Hex | 69 | E5 | 33 | 36 | 0 | 4E | A | 66 | 4D | 37 |
| Octal | 151 | 345 | 63 | 66 | 0 | 116 | 12 | 146 | 115 | 67 |
| Binary | 1101001 | 11100101 | 110011 | 110110 | 0 | 1001110 | 1010 | 1100110 | 1001101 | 110111 |
Color Harmonies of #69E533
Complementary color
Monochromatic Colors of #69E533
Black with #69E533
Text Example
Text Example
White with #69E533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E533; }
p { color: rgb(105,229,51); }
H1.HeaderClassName
{
color: #69E533;
}
.AnyTagClassName
{
color: #69E533;
}
</style>
background-color css
<style>
a { background-color: #69E533; }
a { background-color: rgb(105,229,51); }
div.DivClassName
{
background-color: #69E533;
}
.BgClassName
{
background-color: #69E533;
}
</style>
border-color css
<style>
span { border-color: #69E533; }
span { border-color: rgb(105,229,51); }
td.TdClassName
{
border-color: #69E533;
}
.TagClassName
{
border-color: #69E533;
}
</style>