Shades of Apple #69D83C
Tints of Apple #69D83C
RGB
CMYK
RGB Variations
Color information
#69D83C (or 0x69D83C) is known color: Apple. HEX triplet: 69, D8 and 3C. RGB value is (105,216,60). Sum of RGB (Red+Green+Blue) = 105+216+60=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #69D83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D83C is #9627C3. Grayscale: #A5A5A5. Windows color (decimal): -9840580 or 3987561. OLE color: 3987561.
HSL color Cylindrical-coordinate representation of color #69D83C: hue angle of 102.69º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69D83C is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 60 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.15 |
| HSL | 102.69º | 0.67% | 0.54% | - |
| HSV(B) | 102.69º | 0.72% | 0.85% | - |
| XYZ | 31.2 | 52.44 | 12.75 | - |
| YUV | 165.03 | 68.73 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 60 | 0.51 | 0 | 0.72 | 0.15 | 102.69 | 0.67 | 0.54 |
| Hex | 69 | D8 | 3C | 33 | 0 | 48 | F | 67 | 43 | 36 |
| Octal | 151 | 330 | 74 | 63 | 0 | 110 | 17 | 147 | 103 | 66 |
| Binary | 1101001 | 11011000 | 111100 | 110011 | 0 | 1001000 | 1111 | 1100111 | 1000011 | 110110 |
Color Harmonies of #69D83C
Complementary color
Monochromatic Colors of #69D83C
Black with #69D83C
Text Example
Text Example
White with #69D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D83C; }
p { color: rgb(105,216,60); }
H1.HeaderClassName
{
color: #69D83C;
}
.AnyTagClassName
{
color: #69D83C;
}
</style>
background-color css
<style>
a { background-color: #69D83C; }
a { background-color: rgb(105,216,60); }
div.DivClassName
{
background-color: #69D83C;
}
.BgClassName
{
background-color: #69D83C;
}
</style>
border-color css
<style>
span { border-color: #69D83C; }
span { border-color: rgb(105,216,60); }
td.TdClassName
{
border-color: #69D83C;
}
.TagClassName
{
border-color: #69D83C;
}
</style>