Shades of Apple #69C231
Tints of Apple #69C231
RGB
CMYK
RGB Variations
Color information
#69C231 (or 0x69C231) is known color: Apple. HEX triplet: 69, C2 and 31. RGB value is (105,194,49). Sum of RGB (Red+Green+Blue) = 105+194+49=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #69C231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C231 is #963DCE. Grayscale: #979797. Windows color (decimal): -9846223 or 3261033. OLE color: 3261033.
HSL color Cylindrical-coordinate representation of color #69C231: hue angle of 96.83º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69C231 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 49 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.24 |
| HSL | 96.83º | 0.6% | 0.48% | - |
| HSV(B) | 96.83º | 0.75% | 0.76% | - |
| XYZ | 25.67 | 41.81 | 9.62 | - |
| YUV | 150.86 | 70.51 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 49 | 0.46 | 0 | 0.75 | 0.24 | 96.83 | 0.6 | 0.48 |
| Hex | 69 | C2 | 31 | 2E | 0 | 4B | 18 | 61 | 3C | 30 |
| Octal | 151 | 302 | 61 | 56 | 0 | 113 | 30 | 141 | 74 | 60 |
| Binary | 1101001 | 11000010 | 110001 | 101110 | 0 | 1001011 | 11000 | 1100001 | 111100 | 110000 |
Color Harmonies of #69C231
Complementary color
Monochromatic Colors of #69C231
Black with #69C231
Text Example
Text Example
White with #69C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C231; }
p { color: rgb(105,194,49); }
H1.HeaderClassName
{
color: #69C231;
}
.AnyTagClassName
{
color: #69C231;
}
</style>
background-color css
<style>
a { background-color: #69C231; }
a { background-color: rgb(105,194,49); }
div.DivClassName
{
background-color: #69C231;
}
.BgClassName
{
background-color: #69C231;
}
</style>
border-color css
<style>
span { border-color: #69C231; }
span { border-color: rgb(105,194,49); }
td.TdClassName
{
border-color: #69C231;
}
.TagClassName
{
border-color: #69C231;
}
</style>