Shades of Apple #69E436
Tints of Apple #69E436
RGB
CMYK
RGB Variations
Color information
#69E436 (or 0x69E436) is known color: Apple. HEX triplet: 69, E4 and 36. RGB value is (105,228,54). Sum of RGB (Red+Green+Blue) = 105+228+54=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 228 (89.45% from 255 or 58.91% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 228 - color contains mainly: green. Hex color #69E436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E436 is #961BC9. Grayscale: #ABABAB. Windows color (decimal): -9837514 or 3597417. OLE color: 3597417.
HSL color Cylindrical-coordinate representation of color #69E436: hue angle of 102.41º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69E436 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 228 | 54 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.11 |
| HSL | 102.41º | 0.76% | 0.55% | - |
| HSV(B) | 102.41º | 0.76% | 0.89% | - |
| XYZ | 34.23 | 58.76 | 13.03 | - |
| YUV | 171.39 | 61.75 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 228 | 54 | 0.54 | 0 | 0.76 | 0.11 | 102.41 | 0.76 | 0.55 |
| Hex | 69 | E4 | 36 | 36 | 0 | 4C | B | 66 | 4C | 37 |
| Octal | 151 | 344 | 66 | 66 | 0 | 114 | 13 | 146 | 114 | 67 |
| Binary | 1101001 | 11100100 | 110110 | 110110 | 0 | 1001100 | 1011 | 1100110 | 1001100 | 110111 |
Color Harmonies of #69E436
Complementary color
Monochromatic Colors of #69E436
Black with #69E436
Text Example
Text Example
White with #69E436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E436; }
p { color: rgb(105,228,54); }
H1.HeaderClassName
{
color: #69E436;
}
.AnyTagClassName
{
color: #69E436;
}
</style>
background-color css
<style>
a { background-color: #69E436; }
a { background-color: rgb(105,228,54); }
div.DivClassName
{
background-color: #69E436;
}
.BgClassName
{
background-color: #69E436;
}
</style>
border-color css
<style>
span { border-color: #69E436; }
span { border-color: rgb(105,228,54); }
td.TdClassName
{
border-color: #69E436;
}
.TagClassName
{
border-color: #69E436;
}
</style>