Shades of Apple #69DB32
Tints of Apple #69DB32
RGB
CMYK
RGB Variations
Color information
#69DB32 (or 0x69DB32) is known color: Apple. HEX triplet: 69, DB and 32. RGB value is (105,219,50). Sum of RGB (Red+Green+Blue) = 105+219+50=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DB32 is #9624CD. Grayscale: #A6A6A6. Windows color (decimal): -9839822 or 3332969. OLE color: 3332969.
HSL color Cylindrical-coordinate representation of color #69DB32: hue angle of 100.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69DB32 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 50 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.14 |
| HSL | 100.47º | 0.7% | 0.53% | - |
| HSV(B) | 100.47º | 0.77% | 0.86% | - |
| XYZ | 31.73 | 53.9 | 11.75 | - |
| YUV | 165.65 | 62.73 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 50 | 0.52 | 0 | 0.77 | 0.14 | 100.47 | 0.7 | 0.53 |
| Hex | 69 | DB | 32 | 34 | 0 | 4D | E | 64 | 46 | 35 |
| Octal | 151 | 333 | 62 | 64 | 0 | 115 | 16 | 144 | 106 | 65 |
| Binary | 1101001 | 11011011 | 110010 | 110100 | 0 | 1001101 | 1110 | 1100100 | 1000110 | 110101 |
Color Harmonies of #69DB32
Complementary color
Monochromatic Colors of #69DB32
Black with #69DB32
Text Example
Text Example
White with #69DB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB32; }
p { color: rgb(105,219,50); }
H1.HeaderClassName
{
color: #69DB32;
}
.AnyTagClassName
{
color: #69DB32;
}
</style>
background-color css
<style>
a { background-color: #69DB32; }
a { background-color: rgb(105,219,50); }
div.DivClassName
{
background-color: #69DB32;
}
.BgClassName
{
background-color: #69DB32;
}
</style>
border-color css
<style>
span { border-color: #69DB32; }
span { border-color: rgb(105,219,50); }
td.TdClassName
{
border-color: #69DB32;
}
.TagClassName
{
border-color: #69DB32;
}
</style>