Shades of Apple #69C232
Tints of Apple #69C232
RGB
CMYK
RGB Variations
Color information
#69C232 (or 0x69C232) is known color: Apple. HEX triplet: 69, C2 and 32. RGB value is (105,194,50). Sum of RGB (Red+Green+Blue) = 105+194+50=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #69C232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C232 is #963DCD. Grayscale: #979797. Windows color (decimal): -9846222 or 3326569. OLE color: 3326569.
HSL color Cylindrical-coordinate representation of color #69C232: hue angle of 97.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69C232 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 50 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.24 |
| HSL | 97.08º | 0.59% | 0.48% | - |
| HSV(B) | 97.08º | 0.74% | 0.76% | - |
| XYZ | 25.69 | 41.82 | 9.73 | - |
| YUV | 150.97 | 71.01 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 50 | 0.46 | 0 | 0.74 | 0.24 | 97.08 | 0.59 | 0.48 |
| Hex | 69 | C2 | 32 | 2E | 0 | 4A | 18 | 61 | 3B | 30 |
| Octal | 151 | 302 | 62 | 56 | 0 | 112 | 30 | 141 | 73 | 60 |
| Binary | 1101001 | 11000010 | 110010 | 101110 | 0 | 1001010 | 11000 | 1100001 | 111011 | 110000 |
Color Harmonies of #69C232
Complementary color
Monochromatic Colors of #69C232
Black with #69C232
Text Example
Text Example
White with #69C232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C232; }
p { color: rgb(105,194,50); }
H1.HeaderClassName
{
color: #69C232;
}
.AnyTagClassName
{
color: #69C232;
}
</style>
background-color css
<style>
a { background-color: #69C232; }
a { background-color: rgb(105,194,50); }
div.DivClassName
{
background-color: #69C232;
}
.BgClassName
{
background-color: #69C232;
}
</style>
border-color css
<style>
span { border-color: #69C232; }
span { border-color: rgb(105,194,50); }
td.TdClassName
{
border-color: #69C232;
}
.TagClassName
{
border-color: #69C232;
}
</style>