Shades of Apple #69D233
Tints of Apple #69D233
RGB
CMYK
RGB Variations
Color information
#69D233 (or 0x69D233) is known color: Apple. HEX triplet: 69, D2 and 33. RGB value is (105,210,51). Sum of RGB (Red+Green+Blue) = 105+210+51=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #69D233 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D233 is #962DCC. Grayscale: #A1A1A1. Windows color (decimal): -9842125 or 3396201. OLE color: 3396201.
HSL color Cylindrical-coordinate representation of color #69D233: hue angle of 99.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69D233 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 210 | 51 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.18 |
| HSL | 99.62º | 0.64% | 0.51% | - |
| HSV(B) | 99.62º | 0.76% | 0.82% | - |
| XYZ | 29.47 | 49.34 | 11.1 | - |
| YUV | 160.48 | 66.21 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 51 | 0.50 | 0 | 0.76 | 0.18 | 99.62 | 0.64 | 0.51 |
| Hex | 69 | D2 | 33 | 32 | 0 | 4C | 12 | 64 | 40 | 33 |
| Octal | 151 | 322 | 63 | 62 | 0 | 114 | 22 | 144 | 100 | 63 |
| Binary | 1101001 | 11010010 | 110011 | 110010 | 0 | 1001100 | 10010 | 1100100 | 1000000 | 110011 |
Color Harmonies of #69D233
Complementary color
Monochromatic Colors of #69D233
Black with #69D233
Text Example
Text Example
White with #69D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D233; }
p { color: rgb(105,210,51); }
H1.HeaderClassName
{
color: #69D233;
}
.AnyTagClassName
{
color: #69D233;
}
</style>
background-color css
<style>
a { background-color: #69D233; }
a { background-color: rgb(105,210,51); }
div.DivClassName
{
background-color: #69D233;
}
.BgClassName
{
background-color: #69D233;
}
</style>
border-color css
<style>
span { border-color: #69D233; }
span { border-color: rgb(105,210,51); }
td.TdClassName
{
border-color: #69D233;
}
.TagClassName
{
border-color: #69D233;
}
</style>