Shades of Apple #69C450
Tints of Apple #69C450
RGB
CMYK
RGB Variations
Color information
#69C450 (or 0x69C450) is known color: Apple. HEX triplet: 69, C4 and 50. RGB value is (105,196,80). Sum of RGB (Red+Green+Blue) = 105+196+80=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #69C450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C450 is #963BAF. Grayscale: #9B9B9B. Windows color (decimal): -9845680 or 5293161. OLE color: 5293161.
HSL color Cylindrical-coordinate representation of color #69C450: hue angle of 107.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69C450 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 196 | 80 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.23 |
| HSL | 107.07º | 0.5% | 0.54% | - |
| HSV(B) | 107.07º | 0.59% | 0.77% | - |
| XYZ | 27.01 | 43.06 | 14.48 | - |
| YUV | 155.57 | 85.35 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 196 | 80 | 0.46 | 0 | 0.59 | 0.23 | 107.07 | 0.5 | 0.54 |
| Hex | 69 | C4 | 50 | 2E | 0 | 3B | 17 | 6B | 32 | 36 |
| Octal | 151 | 304 | 120 | 56 | 0 | 73 | 27 | 153 | 62 | 66 |
| Binary | 1101001 | 11000100 | 1010000 | 101110 | 0 | 111011 | 10111 | 1101011 | 110010 | 110110 |
Color Harmonies of #69C450
Complementary color
Monochromatic Colors of #69C450
Black with #69C450
Text Example
Text Example
White with #69C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C450; }
p { color: rgb(105,196,80); }
H1.HeaderClassName
{
color: #69C450;
}
.AnyTagClassName
{
color: #69C450;
}
</style>
background-color css
<style>
a { background-color: #69C450; }
a { background-color: rgb(105,196,80); }
div.DivClassName
{
background-color: #69C450;
}
.BgClassName
{
background-color: #69C450;
}
</style>
border-color css
<style>
span { border-color: #69C450; }
span { border-color: rgb(105,196,80); }
td.TdClassName
{
border-color: #69C450;
}
.TagClassName
{
border-color: #69C450;
}
</style>