Shades of Apple #69C931
Tints of Apple #69C931
RGB
CMYK
RGB Variations
Color information
#69C931 (or 0x69C931) is known color: Apple. HEX triplet: 69, C9 and 31. RGB value is (105,201,49). Sum of RGB (Red+Green+Blue) = 105+201+49=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #69C931 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C931 is #9636CE. Grayscale: #9B9B9B. Windows color (decimal): -9844431 or 3262825. OLE color: 3262825.
HSL color Cylindrical-coordinate representation of color #69C931: hue angle of 97.89º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69C931 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 201 | 49 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.21 |
| HSL | 97.89º | 0.61% | 0.49% | - |
| HSV(B) | 97.89º | 0.76% | 0.79% | - |
| XYZ | 27.27 | 45 | 10.15 | - |
| YUV | 154.97 | 68.2 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 201 | 49 | 0.48 | 0 | 0.76 | 0.21 | 97.89 | 0.61 | 0.49 |
| Hex | 69 | C9 | 31 | 30 | 0 | 4C | 15 | 62 | 3D | 31 |
| Octal | 151 | 311 | 61 | 60 | 0 | 114 | 25 | 142 | 75 | 61 |
| Binary | 1101001 | 11001001 | 110001 | 110000 | 0 | 1001100 | 10101 | 1100010 | 111101 | 110001 |
Color Harmonies of #69C931
Complementary color
Monochromatic Colors of #69C931
Black with #69C931
Text Example
Text Example
White with #69C931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C931; }
p { color: rgb(105,201,49); }
H1.HeaderClassName
{
color: #69C931;
}
.AnyTagClassName
{
color: #69C931;
}
</style>
background-color css
<style>
a { background-color: #69C931; }
a { background-color: rgb(105,201,49); }
div.DivClassName
{
background-color: #69C931;
}
.BgClassName
{
background-color: #69C931;
}
</style>
border-color css
<style>
span { border-color: #69C931; }
span { border-color: rgb(105,201,49); }
td.TdClassName
{
border-color: #69C931;
}
.TagClassName
{
border-color: #69C931;
}
</style>