Shades of Apple #69DC43
Tints of Apple #69DC43
RGB
CMYK
RGB Variations
Color information
#69DC43 (or 0x69DC43) is known color: Apple. HEX triplet: 69, DC and 43. RGB value is (105,220,67). Sum of RGB (Red+Green+Blue) = 105+220+67=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DC43 is #9623BC. Grayscale: #A8A8A8. Windows color (decimal): -9839549 or 4447337. OLE color: 4447337.
HSL color Cylindrical-coordinate representation of color #69DC43: hue angle of 105.1º 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 #69DC43 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 67 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.14 |
| HSL | 105.1º | 0.69% | 0.56% | - |
| HSV(B) | 105.1º | 0.7% | 0.86% | - |
| XYZ | 32.43 | 54.59 | 14.14 | - |
| YUV | 168.17 | 70.9 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 67 | 0.52 | 0 | 0.70 | 0.14 | 105.1 | 0.69 | 0.56 |
| Hex | 69 | DC | 43 | 34 | 0 | 46 | E | 69 | 45 | 38 |
| Octal | 151 | 334 | 103 | 64 | 0 | 106 | 16 | 151 | 105 | 70 |
| Binary | 1101001 | 11011100 | 1000011 | 110100 | 0 | 1000110 | 1110 | 1101001 | 1000101 | 111000 |
Color Harmonies of #69DC43
Complementary color
Monochromatic Colors of #69DC43
Black with #69DC43
Text Example
Text Example
White with #69DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC43; }
p { color: rgb(105,220,67); }
H1.HeaderClassName
{
color: #69DC43;
}
.AnyTagClassName
{
color: #69DC43;
}
</style>
background-color css
<style>
a { background-color: #69DC43; }
a { background-color: rgb(105,220,67); }
div.DivClassName
{
background-color: #69DC43;
}
.BgClassName
{
background-color: #69DC43;
}
</style>
border-color css
<style>
span { border-color: #69DC43; }
span { border-color: rgb(105,220,67); }
td.TdClassName
{
border-color: #69DC43;
}
.TagClassName
{
border-color: #69DC43;
}
</style>