Shades of Apple #69C53F
Tints of Apple #69C53F
RGB
CMYK
RGB Variations
Color information
#69C53F (or 0x69C53F) is known color: Apple. HEX triplet: 69, C5 and 3F. RGB value is (105,197,63). Sum of RGB (Red+Green+Blue) = 105+197+63=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #69C53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C53F is #963AC0. Grayscale: #9A9A9A. Windows color (decimal): -9845441 or 4179305. OLE color: 4179305.
HSL color Cylindrical-coordinate representation of color #69C53F: hue angle of 101.19º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69C53F is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 63 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.23 |
| HSL | 101.19º | 0.54% | 0.51% | - |
| HSV(B) | 101.19º | 0.68% | 0.77% | - |
| XYZ | 26.69 | 43.29 | 11.65 | - |
| YUV | 154.22 | 76.52 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 63 | 0.47 | 0 | 0.68 | 0.23 | 101.19 | 0.54 | 0.51 |
| Hex | 69 | C5 | 3F | 2F | 0 | 44 | 17 | 65 | 36 | 33 |
| Octal | 151 | 305 | 77 | 57 | 0 | 104 | 27 | 145 | 66 | 63 |
| Binary | 1101001 | 11000101 | 111111 | 101111 | 0 | 1000100 | 10111 | 1100101 | 110110 | 110011 |
Color Harmonies of #69C53F
Complementary color
Monochromatic Colors of #69C53F
Black with #69C53F
Text Example
Text Example
White with #69C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C53F; }
p { color: rgb(105,197,63); }
H1.HeaderClassName
{
color: #69C53F;
}
.AnyTagClassName
{
color: #69C53F;
}
</style>
background-color css
<style>
a { background-color: #69C53F; }
a { background-color: rgb(105,197,63); }
div.DivClassName
{
background-color: #69C53F;
}
.BgClassName
{
background-color: #69C53F;
}
</style>
border-color css
<style>
span { border-color: #69C53F; }
span { border-color: rgb(105,197,63); }
td.TdClassName
{
border-color: #69C53F;
}
.TagClassName
{
border-color: #69C53F;
}
</style>