Shades of Apple #69D931
Tints of Apple #69D931
RGB
CMYK
RGB Variations
Color information
#69D931 (or 0x69D931) is known color: Apple. HEX triplet: 69, D9 and 31. RGB value is (105,217,49). Sum of RGB (Red+Green+Blue) = 105+217+49=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #69D931 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D931 is #9626CE. Grayscale: #A4A4A4. Windows color (decimal): -9840335 or 3266921. OLE color: 3266921.
HSL color Cylindrical-coordinate representation of color #69D931: hue angle of 100º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69D931 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 49 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.15 |
| HSL | 100º | 0.69% | 0.52% | - |
| HSV(B) | 100º | 0.77% | 0.85% | - |
| XYZ | 31.19 | 52.85 | 11.46 | - |
| YUV | 164.36 | 62.89 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 49 | 0.52 | 0 | 0.77 | 0.15 | 100 | 0.69 | 0.52 |
| Hex | 69 | D9 | 31 | 34 | 0 | 4D | F | 64 | 45 | 34 |
| Octal | 151 | 331 | 61 | 64 | 0 | 115 | 17 | 144 | 105 | 64 |
| Binary | 1101001 | 11011001 | 110001 | 110100 | 0 | 1001101 | 1111 | 1100100 | 1000101 | 110100 |
Color Harmonies of #69D931
Complementary color
Monochromatic Colors of #69D931
Black with #69D931
Text Example
Text Example
White with #69D931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D931; }
p { color: rgb(105,217,49); }
H1.HeaderClassName
{
color: #69D931;
}
.AnyTagClassName
{
color: #69D931;
}
</style>
background-color css
<style>
a { background-color: #69D931; }
a { background-color: rgb(105,217,49); }
div.DivClassName
{
background-color: #69D931;
}
.BgClassName
{
background-color: #69D931;
}
</style>
border-color css
<style>
span { border-color: #69D931; }
span { border-color: rgb(105,217,49); }
td.TdClassName
{
border-color: #69D931;
}
.TagClassName
{
border-color: #69D931;
}
</style>