Shades of Apple #69DF37
Tints of Apple #69DF37
RGB
CMYK
RGB Variations
Color information
#69DF37 (or 0x69DF37) is known color: Apple. HEX triplet: 69, DF and 37. RGB value is (105,223,55). Sum of RGB (Red+Green+Blue) = 105+223+55=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #69DF37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DF37 is #9620C8. Grayscale: #A9A9A9. Windows color (decimal): -9838793 or 3661673. OLE color: 3661673.
HSL color Cylindrical-coordinate representation of color #69DF37: hue angle of 102.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69DF37 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 55 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.13 |
| HSL | 102.14º | 0.72% | 0.55% | - |
| HSV(B) | 102.14º | 0.75% | 0.87% | - |
| XYZ | 32.9 | 56.05 | 12.7 | - |
| YUV | 168.57 | 63.91 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 55 | 0.53 | 0 | 0.75 | 0.13 | 102.14 | 0.72 | 0.55 |
| Hex | 69 | DF | 37 | 35 | 0 | 4B | D | 66 | 48 | 37 |
| Octal | 151 | 337 | 67 | 65 | 0 | 113 | 15 | 146 | 110 | 67 |
| Binary | 1101001 | 11011111 | 110111 | 110101 | 0 | 1001011 | 1101 | 1100110 | 1001000 | 110111 |
Color Harmonies of #69DF37
Complementary color
Monochromatic Colors of #69DF37
Black with #69DF37
Text Example
Text Example
White with #69DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DF37; }
p { color: rgb(105,223,55); }
H1.HeaderClassName
{
color: #69DF37;
}
.AnyTagClassName
{
color: #69DF37;
}
</style>
background-color css
<style>
a { background-color: #69DF37; }
a { background-color: rgb(105,223,55); }
div.DivClassName
{
background-color: #69DF37;
}
.BgClassName
{
background-color: #69DF37;
}
</style>
border-color css
<style>
span { border-color: #69DF37; }
span { border-color: rgb(105,223,55); }
td.TdClassName
{
border-color: #69DF37;
}
.TagClassName
{
border-color: #69DF37;
}
</style>