Shades of Apple #69E030
Tints of Apple #69E030
RGB
CMYK
RGB Variations
Color information
#69E030 (or 0x69E030) is known color: Apple. HEX triplet: 69, E0 and 30. RGB value is (105,224,48). Sum of RGB (Red+Green+Blue) = 105+224+48=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #69E030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E030 is #961FCF. Grayscale: #A8A8A8. Windows color (decimal): -9838544 or 3203177. OLE color: 3203177.
HSL color Cylindrical-coordinate representation of color #69E030: hue angle of 100.57º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69E030 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 224 | 48 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.12 |
| HSL | 100.57º | 0.74% | 0.53% | - |
| HSV(B) | 100.57º | 0.79% | 0.88% | - |
| XYZ | 33.01 | 56.53 | 11.97 | - |
| YUV | 168.36 | 60.08 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 224 | 48 | 0.53 | 0 | 0.79 | 0.12 | 100.57 | 0.74 | 0.53 |
| Hex | 69 | E0 | 30 | 35 | 0 | 4F | C | 65 | 4A | 35 |
| Octal | 151 | 340 | 60 | 65 | 0 | 117 | 14 | 145 | 112 | 65 |
| Binary | 1101001 | 11100000 | 110000 | 110101 | 0 | 1001111 | 1100 | 1100101 | 1001010 | 110101 |
Color Harmonies of #69E030
Complementary color
Monochromatic Colors of #69E030
Black with #69E030
Text Example
Text Example
White with #69E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E030; }
p { color: rgb(105,224,48); }
H1.HeaderClassName
{
color: #69E030;
}
.AnyTagClassName
{
color: #69E030;
}
</style>
background-color css
<style>
a { background-color: #69E030; }
a { background-color: rgb(105,224,48); }
div.DivClassName
{
background-color: #69E030;
}
.BgClassName
{
background-color: #69E030;
}
</style>
border-color css
<style>
span { border-color: #69E030; }
span { border-color: rgb(105,224,48); }
td.TdClassName
{
border-color: #69E030;
}
.TagClassName
{
border-color: #69E030;
}
</style>