Shades of Apple #69D53F
Tints of Apple #69D53F
RGB
CMYK
RGB Variations
Color information
#69D53F (or 0x69D53F) is known color: Apple. HEX triplet: 69, D5 and 3F. RGB value is (105,213,63). Sum of RGB (Red+Green+Blue) = 105+213+63=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 213 (83.59% from 255 or 55.91% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 213 - color contains mainly: green. Hex color #69D53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D53F is #962AC0. Grayscale: #A4A4A4. Windows color (decimal): -9841345 or 4183401. OLE color: 4183401.
HSL color Cylindrical-coordinate representation of color #69D53F: hue angle of 103.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69D53F is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 63 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.16 |
| HSL | 103.2º | 0.64% | 0.54% | - |
| HSV(B) | 103.2º | 0.7% | 0.84% | - |
| XYZ | 30.52 | 50.95 | 12.93 | - |
| YUV | 163.61 | 71.22 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 63 | 0.51 | 0 | 0.70 | 0.16 | 103.2 | 0.64 | 0.54 |
| Hex | 69 | D5 | 3F | 33 | 0 | 46 | 10 | 67 | 40 | 36 |
| Octal | 151 | 325 | 77 | 63 | 0 | 106 | 20 | 147 | 100 | 66 |
| Binary | 1101001 | 11010101 | 111111 | 110011 | 0 | 1000110 | 10000 | 1100111 | 1000000 | 110110 |
Color Harmonies of #69D53F
Complementary color
Monochromatic Colors of #69D53F
Black with #69D53F
Text Example
Text Example
White with #69D53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D53F; }
p { color: rgb(105,213,63); }
H1.HeaderClassName
{
color: #69D53F;
}
.AnyTagClassName
{
color: #69D53F;
}
</style>
background-color css
<style>
a { background-color: #69D53F; }
a { background-color: rgb(105,213,63); }
div.DivClassName
{
background-color: #69D53F;
}
.BgClassName
{
background-color: #69D53F;
}
</style>
border-color css
<style>
span { border-color: #69D53F; }
span { border-color: rgb(105,213,63); }
td.TdClassName
{
border-color: #69D53F;
}
.TagClassName
{
border-color: #69D53F;
}
</style>