Shades of Apple #69DB38
Tints of Apple #69DB38
RGB
CMYK
RGB Variations
Color information
#69DB38 (or 0x69DB38) is known color: Apple. HEX triplet: 69, DB and 38. RGB value is (105,219,56). Sum of RGB (Red+Green+Blue) = 105+219+56=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DB38 is #9624C7. Grayscale: #A6A6A6. Windows color (decimal): -9839816 or 3726185. OLE color: 3726185.
HSL color Cylindrical-coordinate representation of color #69DB38: hue angle of 101.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69DB38 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 56 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.14 |
| HSL | 101.96º | 0.69% | 0.54% | - |
| HSV(B) | 101.96º | 0.74% | 0.86% | - |
| XYZ | 31.87 | 53.95 | 12.48 | - |
| YUV | 166.33 | 65.73 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 56 | 0.52 | 0 | 0.74 | 0.14 | 101.96 | 0.69 | 0.54 |
| Hex | 69 | DB | 38 | 34 | 0 | 4A | E | 66 | 45 | 36 |
| Octal | 151 | 333 | 70 | 64 | 0 | 112 | 16 | 146 | 105 | 66 |
| Binary | 1101001 | 11011011 | 111000 | 110100 | 0 | 1001010 | 1110 | 1100110 | 1000101 | 110110 |
Color Harmonies of #69DB38
Complementary color
Monochromatic Colors of #69DB38
Black with #69DB38
Text Example
Text Example
White with #69DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB38; }
p { color: rgb(105,219,56); }
H1.HeaderClassName
{
color: #69DB38;
}
.AnyTagClassName
{
color: #69DB38;
}
</style>
background-color css
<style>
a { background-color: #69DB38; }
a { background-color: rgb(105,219,56); }
div.DivClassName
{
background-color: #69DB38;
}
.BgClassName
{
background-color: #69DB38;
}
</style>
border-color css
<style>
span { border-color: #69DB38; }
span { border-color: rgb(105,219,56); }
td.TdClassName
{
border-color: #69DB38;
}
.TagClassName
{
border-color: #69DB38;
}
</style>