Shades of Apple #69D54D
Tints of Apple #69D54D
RGB
CMYK
RGB Variations
Color information
#69D54D (or 0x69D54D) is known color: Apple. HEX triplet: 69, D5 and 4D. RGB value is (105,213,77). Sum of RGB (Red+Green+Blue) = 105+213+77=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #69D54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D54D is #962AB2. Grayscale: #A5A5A5. Windows color (decimal): -9841331 or 5100905. OLE color: 5100905.
HSL color Cylindrical-coordinate representation of color #69D54D: hue angle of 107.65º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69D54D is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 77 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.16 |
| HSL | 107.65º | 0.62% | 0.57% | - |
| HSV(B) | 107.65º | 0.64% | 0.84% | - |
| XYZ | 30.96 | 51.13 | 15.26 | - |
| YUV | 165.2 | 78.22 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 77 | 0.51 | 0 | 0.64 | 0.16 | 107.65 | 0.62 | 0.57 |
| Hex | 69 | D5 | 4D | 33 | 0 | 40 | 10 | 6C | 3E | 39 |
| Octal | 151 | 325 | 115 | 63 | 0 | 100 | 20 | 154 | 76 | 71 |
| Binary | 1101001 | 11010101 | 1001101 | 110011 | 0 | 1000000 | 10000 | 1101100 | 111110 | 111001 |
Color Harmonies of #69D54D
Complementary color
Monochromatic Colors of #69D54D
Black with #69D54D
Text Example
Text Example
White with #69D54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D54D; }
p { color: rgb(105,213,77); }
H1.HeaderClassName
{
color: #69D54D;
}
.AnyTagClassName
{
color: #69D54D;
}
</style>
background-color css
<style>
a { background-color: #69D54D; }
a { background-color: rgb(105,213,77); }
div.DivClassName
{
background-color: #69D54D;
}
.BgClassName
{
background-color: #69D54D;
}
</style>
border-color css
<style>
span { border-color: #69D54D; }
span { border-color: rgb(105,213,77); }
td.TdClassName
{
border-color: #69D54D;
}
.TagClassName
{
border-color: #69D54D;
}
</style>