Shades of Apple #69D338
Tints of Apple #69D338
RGB
CMYK
RGB Variations
Color information
#69D338 (or 0x69D338) is known color: Apple. HEX triplet: 69, D3 and 38. RGB value is (105,211,56). Sum of RGB (Red+Green+Blue) = 105+211+56=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 211 (82.81% from 255 or 56.72% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 211 - color contains mainly: green. Hex color #69D338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D338 is #962CC7. Grayscale: #A2A2A2. Windows color (decimal): -9841864 or 3724137. OLE color: 3724137.
HSL color Cylindrical-coordinate representation of color #69D338: hue angle of 101.03º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69D338 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 211 | 56 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.17 |
| HSL | 101.03º | 0.64% | 0.52% | - |
| HSV(B) | 101.03º | 0.73% | 0.83% | - |
| XYZ | 29.83 | 49.88 | 11.8 | - |
| YUV | 161.64 | 68.38 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 211 | 56 | 0.50 | 0 | 0.73 | 0.17 | 101.03 | 0.64 | 0.52 |
| Hex | 69 | D3 | 38 | 32 | 0 | 49 | 11 | 65 | 40 | 34 |
| Octal | 151 | 323 | 70 | 62 | 0 | 111 | 21 | 145 | 100 | 64 |
| Binary | 1101001 | 11010011 | 111000 | 110010 | 0 | 1001001 | 10001 | 1100101 | 1000000 | 110100 |
Color Harmonies of #69D338
Complementary color
Monochromatic Colors of #69D338
Black with #69D338
Text Example
Text Example
White with #69D338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D338; }
p { color: rgb(105,211,56); }
H1.HeaderClassName
{
color: #69D338;
}
.AnyTagClassName
{
color: #69D338;
}
</style>
background-color css
<style>
a { background-color: #69D338; }
a { background-color: rgb(105,211,56); }
div.DivClassName
{
background-color: #69D338;
}
.BgClassName
{
background-color: #69D338;
}
</style>
border-color css
<style>
span { border-color: #69D338; }
span { border-color: rgb(105,211,56); }
td.TdClassName
{
border-color: #69D338;
}
.TagClassName
{
border-color: #69D338;
}
</style>