Shades of Apple #69D533
Tints of Apple #69D533
RGB
CMYK
RGB Variations
Color information
#69D533 (or 0x69D533) is known color: Apple. HEX triplet: 69, D5 and 33. RGB value is (105,213,51). Sum of RGB (Red+Green+Blue) = 105+213+51=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #69D533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D533 is #962ACC. Grayscale: #A2A2A2. Windows color (decimal): -9841357 or 3396969. OLE color: 3396969.
HSL color Cylindrical-coordinate representation of color #69D533: hue angle of 100º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69D533 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 51 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.16 |
| HSL | 100º | 0.66% | 0.52% | - |
| HSV(B) | 100º | 0.76% | 0.84% | - |
| XYZ | 30.22 | 50.83 | 11.35 | - |
| YUV | 162.24 | 65.22 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 51 | 0.51 | 0 | 0.76 | 0.16 | 100 | 0.66 | 0.52 |
| Hex | 69 | D5 | 33 | 33 | 0 | 4C | 10 | 64 | 42 | 34 |
| Octal | 151 | 325 | 63 | 63 | 0 | 114 | 20 | 144 | 102 | 64 |
| Binary | 1101001 | 11010101 | 110011 | 110011 | 0 | 1001100 | 10000 | 1100100 | 1000010 | 110100 |
Color Harmonies of #69D533
Complementary color
Monochromatic Colors of #69D533
Black with #69D533
Text Example
Text Example
White with #69D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D533; }
p { color: rgb(105,213,51); }
H1.HeaderClassName
{
color: #69D533;
}
.AnyTagClassName
{
color: #69D533;
}
</style>
background-color css
<style>
a { background-color: #69D533; }
a { background-color: rgb(105,213,51); }
div.DivClassName
{
background-color: #69D533;
}
.BgClassName
{
background-color: #69D533;
}
</style>
border-color css
<style>
span { border-color: #69D533; }
span { border-color: rgb(105,213,51); }
td.TdClassName
{
border-color: #69D533;
}
.TagClassName
{
border-color: #69D533;
}
</style>