Shades of Apple #69D93D
Tints of Apple #69D93D
RGB
CMYK
RGB Variations
Color information
#69D93D (or 0x69D93D) is known color: Apple. HEX triplet: 69, D9 and 3D. RGB value is (105,217,61). Sum of RGB (Red+Green+Blue) = 105+217+61=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 217 (85.16% from 255 or 56.66% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 217 - color contains mainly: green. Hex color #69D93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D93D is #9626C2. Grayscale: #A6A6A6. Windows color (decimal): -9840323 or 4053353. OLE color: 4053353.
HSL color Cylindrical-coordinate representation of color #69D93D: hue angle of 103.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69D93D is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 61 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.15 |
| HSL | 103.08º | 0.67% | 0.55% | - |
| HSV(B) | 103.08º | 0.72% | 0.85% | - |
| XYZ | 31.48 | 52.97 | 12.98 | - |
| YUV | 165.73 | 68.89 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 61 | 0.52 | 0 | 0.72 | 0.15 | 103.08 | 0.67 | 0.55 |
| Hex | 69 | D9 | 3D | 34 | 0 | 48 | F | 67 | 43 | 37 |
| Octal | 151 | 331 | 75 | 64 | 0 | 110 | 17 | 147 | 103 | 67 |
| Binary | 1101001 | 11011001 | 111101 | 110100 | 0 | 1001000 | 1111 | 1100111 | 1000011 | 110111 |
Color Harmonies of #69D93D
Complementary color
Monochromatic Colors of #69D93D
Black with #69D93D
Text Example
Text Example
White with #69D93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D93D; }
p { color: rgb(105,217,61); }
H1.HeaderClassName
{
color: #69D93D;
}
.AnyTagClassName
{
color: #69D93D;
}
</style>
background-color css
<style>
a { background-color: #69D93D; }
a { background-color: rgb(105,217,61); }
div.DivClassName
{
background-color: #69D93D;
}
.BgClassName
{
background-color: #69D93D;
}
</style>
border-color css
<style>
span { border-color: #69D93D; }
span { border-color: rgb(105,217,61); }
td.TdClassName
{
border-color: #69D93D;
}
.TagClassName
{
border-color: #69D93D;
}
</style>