Shades of Apple #69D439
Tints of Apple #69D439
RGB
CMYK
RGB Variations
Color information
#69D439 (or 0x69D439) is known color: Apple. HEX triplet: 69, D4 and 39. RGB value is (105,212,57). Sum of RGB (Red+Green+Blue) = 105+212+57=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #69D439 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D439 is #962BC6. Grayscale: #A2A2A2. Windows color (decimal): -9841607 or 3789929. OLE color: 3789929.
HSL color Cylindrical-coordinate representation of color #69D439: hue angle of 101.42º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69D439 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 212 | 57 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.17 |
| HSL | 101.42º | 0.64% | 0.53% | - |
| HSV(B) | 101.42º | 0.73% | 0.83% | - |
| XYZ | 30.11 | 50.39 | 12.01 | - |
| YUV | 162.34 | 68.55 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 212 | 57 | 0.50 | 0 | 0.73 | 0.17 | 101.42 | 0.64 | 0.53 |
| Hex | 69 | D4 | 39 | 32 | 0 | 49 | 11 | 65 | 40 | 35 |
| Octal | 151 | 324 | 71 | 62 | 0 | 111 | 21 | 145 | 100 | 65 |
| Binary | 1101001 | 11010100 | 111001 | 110010 | 0 | 1001001 | 10001 | 1100101 | 1000000 | 110101 |
Color Harmonies of #69D439
Complementary color
Monochromatic Colors of #69D439
Black with #69D439
Text Example
Text Example
White with #69D439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D439; }
p { color: rgb(105,212,57); }
H1.HeaderClassName
{
color: #69D439;
}
.AnyTagClassName
{
color: #69D439;
}
</style>
background-color css
<style>
a { background-color: #69D439; }
a { background-color: rgb(105,212,57); }
div.DivClassName
{
background-color: #69D439;
}
.BgClassName
{
background-color: #69D439;
}
</style>
border-color css
<style>
span { border-color: #69D439; }
span { border-color: rgb(105,212,57); }
td.TdClassName
{
border-color: #69D439;
}
.TagClassName
{
border-color: #69D439;
}
</style>