Shades of Apple #69DC42
Tints of Apple #69DC42
RGB
CMYK
RGB Variations
Color information
#69DC42 (or 0x69DC42) is known color: Apple. HEX triplet: 69, DC and 42. RGB value is (105,220,66). Sum of RGB (Red+Green+Blue) = 105+220+66=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DC42 is #9623BD. Grayscale: #A8A8A8. Windows color (decimal): -9839550 or 4381801. OLE color: 4381801.
HSL color Cylindrical-coordinate representation of color #69DC42: hue angle of 104.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69DC42 is Cyan = 0.52, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 66 | - |
| CMYK | 0.52 | 0 | 0.7 | 0.14 |
| HSL | 104.81º | 0.69% | 0.56% | - |
| HSV(B) | 104.81º | 0.7% | 0.86% | - |
| XYZ | 32.4 | 54.58 | 13.98 | - |
| YUV | 168.06 | 70.4 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 66 | 0.52 | 0 | 0.7 | 0.14 | 104.81 | 0.69 | 0.56 |
| Hex | 69 | DC | 42 | 34 | 0 | 46 | E | 69 | 45 | 38 |
| Octal | 151 | 334 | 102 | 64 | 0 | 106 | 16 | 151 | 105 | 70 |
| Binary | 1101001 | 11011100 | 1000010 | 110100 | 0 | 1000110 | 1110 | 1101001 | 1000101 | 111000 |
Color Harmonies of #69DC42
Complementary color
Monochromatic Colors of #69DC42
Black with #69DC42
Text Example
Text Example
White with #69DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC42; }
p { color: rgb(105,220,66); }
H1.HeaderClassName
{
color: #69DC42;
}
.AnyTagClassName
{
color: #69DC42;
}
</style>
background-color css
<style>
a { background-color: #69DC42; }
a { background-color: rgb(105,220,66); }
div.DivClassName
{
background-color: #69DC42;
}
.BgClassName
{
background-color: #69DC42;
}
</style>
border-color css
<style>
span { border-color: #69DC42; }
span { border-color: rgb(105,220,66); }
td.TdClassName
{
border-color: #69DC42;
}
.TagClassName
{
border-color: #69DC42;
}
</style>