Shades of Apple #69D84B
Tints of Apple #69D84B
RGB
CMYK
RGB Variations
Color information
#69D84B (or 0x69D84B) is known color: Apple. HEX triplet: 69, D8 and 4B. RGB value is (105,216,75). Sum of RGB (Red+Green+Blue) = 105+216+75=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #69D84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D84B is #9627B4. Grayscale: #A7A7A7. Windows color (decimal): -9840565 or 4970601. OLE color: 4970601.
HSL color Cylindrical-coordinate representation of color #69D84B: hue angle of 107.23º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69D84B is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 75 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.15 |
| HSL | 107.23º | 0.64% | 0.57% | - |
| HSV(B) | 107.23º | 0.65% | 0.85% | - |
| XYZ | 31.65 | 52.62 | 15.15 | - |
| YUV | 166.74 | 76.23 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 75 | 0.51 | 0 | 0.65 | 0.15 | 107.23 | 0.64 | 0.57 |
| Hex | 69 | D8 | 4B | 33 | 0 | 41 | F | 6B | 40 | 39 |
| Octal | 151 | 330 | 113 | 63 | 0 | 101 | 17 | 153 | 100 | 71 |
| Binary | 1101001 | 11011000 | 1001011 | 110011 | 0 | 1000001 | 1111 | 1101011 | 1000000 | 111001 |
Color Harmonies of #69D84B
Complementary color
Monochromatic Colors of #69D84B
Black with #69D84B
Text Example
Text Example
White with #69D84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D84B; }
p { color: rgb(105,216,75); }
H1.HeaderClassName
{
color: #69D84B;
}
.AnyTagClassName
{
color: #69D84B;
}
</style>
background-color css
<style>
a { background-color: #69D84B; }
a { background-color: rgb(105,216,75); }
div.DivClassName
{
background-color: #69D84B;
}
.BgClassName
{
background-color: #69D84B;
}
</style>
border-color css
<style>
span { border-color: #69D84B; }
span { border-color: rgb(105,216,75); }
td.TdClassName
{
border-color: #69D84B;
}
.TagClassName
{
border-color: #69D84B;
}
</style>