Shades of Apple #69BD44
Tints of Apple #69BD44
RGB
CMYK
RGB Variations
Color information
#69BD44 (or 0x69BD44) is known color: Apple. HEX triplet: 69, BD and 44. RGB value is (105,189,68). Sum of RGB (Red+Green+Blue) = 105+189+68=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BD44 is #9642BB. Grayscale: #969696. Windows color (decimal): -9847484 or 4504937. OLE color: 4504937.
HSL color Cylindrical-coordinate representation of color #69BD44: hue angle of 101.65º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69BD44 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 189 | 68 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.26 |
| HSL | 101.65º | 0.48% | 0.5% | - |
| HSV(B) | 101.65º | 0.64% | 0.74% | - |
| XYZ | 25.07 | 39.82 | 11.83 | - |
| YUV | 150.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 189 | 68 | 0.44 | 0 | 0.64 | 0.26 | 101.65 | 0.48 | 0.5 |
| Hex | 69 | BD | 44 | 2C | 0 | 40 | 1A | 66 | 30 | 32 |
| Octal | 151 | 275 | 104 | 54 | 0 | 100 | 32 | 146 | 60 | 62 |
| Binary | 1101001 | 10111101 | 1000100 | 101100 | 0 | 1000000 | 11010 | 1100110 | 110000 | 110010 |
Color Harmonies of #69BD44
Complementary color
Monochromatic Colors of #69BD44
Black with #69BD44
Text Example
Text Example
White with #69BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BD44; }
p { color: rgb(105,189,68); }
H1.HeaderClassName
{
color: #69BD44;
}
.AnyTagClassName
{
color: #69BD44;
}
</style>
background-color css
<style>
a { background-color: #69BD44; }
a { background-color: rgb(105,189,68); }
div.DivClassName
{
background-color: #69BD44;
}
.BgClassName
{
background-color: #69BD44;
}
</style>
border-color css
<style>
span { border-color: #69BD44; }
span { border-color: rgb(105,189,68); }
td.TdClassName
{
border-color: #69BD44;
}
.TagClassName
{
border-color: #69BD44;
}
</style>