Shades of Apple #69C458
Tints of Apple #69C458
RGB
CMYK
RGB Variations
Color information
#69C458 (or 0x69C458) is known color: Apple. HEX triplet: 69, C4 and 58. RGB value is (105,196,88). Sum of RGB (Red+Green+Blue) = 105+196+88=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #69C458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C458 is #963BA7. Grayscale: #9C9C9C. Windows color (decimal): -9845672 or 5817449. OLE color: 5817449.
HSL color Cylindrical-coordinate representation of color #69C458: hue angle of 110.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69C458 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 196 | 88 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.23 |
| HSL | 110.56º | 0.48% | 0.56% | - |
| HSV(B) | 110.56º | 0.55% | 0.77% | - |
| XYZ | 27.33 | 43.19 | 16.13 | - |
| YUV | 156.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 196 | 88 | 0.46 | 0 | 0.55 | 0.23 | 110.56 | 0.48 | 0.56 |
| Hex | 69 | C4 | 58 | 2E | 0 | 37 | 17 | 6F | 30 | 38 |
| Octal | 151 | 304 | 130 | 56 | 0 | 67 | 27 | 157 | 60 | 70 |
| Binary | 1101001 | 11000100 | 1011000 | 101110 | 0 | 110111 | 10111 | 1101111 | 110000 | 111000 |
Color Harmonies of #69C458
Complementary color
Monochromatic Colors of #69C458
Black with #69C458
Text Example
Text Example
White with #69C458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C458; }
p { color: rgb(105,196,88); }
H1.HeaderClassName
{
color: #69C458;
}
.AnyTagClassName
{
color: #69C458;
}
</style>
background-color css
<style>
a { background-color: #69C458; }
a { background-color: rgb(105,196,88); }
div.DivClassName
{
background-color: #69C458;
}
.BgClassName
{
background-color: #69C458;
}
</style>
border-color css
<style>
span { border-color: #69C458; }
span { border-color: rgb(105,196,88); }
td.TdClassName
{
border-color: #69C458;
}
.TagClassName
{
border-color: #69C458;
}
</style>