Shades of Apple #69D93F
Tints of Apple #69D93F
RGB
CMYK
RGB Variations
Color information
#69D93F (or 0x69D93F) is known color: Apple. HEX triplet: 69, D9 and 3F. RGB value is (105,217,63). Sum of RGB (Red+Green+Blue) = 105+217+63=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #69D93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D93F is #9626C0. Grayscale: #A6A6A6. Windows color (decimal): -9840321 or 4184425. OLE color: 4184425.
HSL color Cylindrical-coordinate representation of color #69D93F: hue angle of 103.64º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69D93F is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 63 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.15 |
| HSL | 103.64º | 0.67% | 0.55% | - |
| HSV(B) | 103.64º | 0.71% | 0.85% | - |
| XYZ | 31.54 | 52.99 | 13.27 | - |
| YUV | 165.96 | 69.89 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 63 | 0.52 | 0 | 0.71 | 0.15 | 103.64 | 0.67 | 0.55 |
| Hex | 69 | D9 | 3F | 34 | 0 | 47 | F | 68 | 43 | 37 |
| Octal | 151 | 331 | 77 | 64 | 0 | 107 | 17 | 150 | 103 | 67 |
| Binary | 1101001 | 11011001 | 111111 | 110100 | 0 | 1000111 | 1111 | 1101000 | 1000011 | 110111 |
Color Harmonies of #69D93F
Complementary color
Monochromatic Colors of #69D93F
Black with #69D93F
Text Example
Text Example
White with #69D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D93F; }
p { color: rgb(105,217,63); }
H1.HeaderClassName
{
color: #69D93F;
}
.AnyTagClassName
{
color: #69D93F;
}
</style>
background-color css
<style>
a { background-color: #69D93F; }
a { background-color: rgb(105,217,63); }
div.DivClassName
{
background-color: #69D93F;
}
.BgClassName
{
background-color: #69D93F;
}
</style>
border-color css
<style>
span { border-color: #69D93F; }
span { border-color: rgb(105,217,63); }
td.TdClassName
{
border-color: #69D93F;
}
.TagClassName
{
border-color: #69D93F;
}
</style>