Shades of Apple #69CF40
Tints of Apple #69CF40
RGB
CMYK
RGB Variations
Color information
#69CF40 (or 0x69CF40) is known color: Apple. HEX triplet: 69, CF and 40. RGB value is (105,207,64). Sum of RGB (Red+Green+Blue) = 105+207+64=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CF40 is #9630BF. Grayscale: #A0A0A0. Windows color (decimal): -9842880 or 4247401. OLE color: 4247401.
HSL color Cylindrical-coordinate representation of color #69CF40: hue angle of 102.8º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69CF40 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 64 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.19 |
| HSL | 102.8º | 0.6% | 0.53% | - |
| HSV(B) | 102.8º | 0.69% | 0.81% | - |
| XYZ | 29.06 | 48 | 12.58 | - |
| YUV | 160.2 | 73.71 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 64 | 0.49 | 0 | 0.69 | 0.19 | 102.8 | 0.6 | 0.53 |
| Hex | 69 | CF | 40 | 31 | 0 | 45 | 13 | 67 | 3C | 35 |
| Octal | 151 | 317 | 100 | 61 | 0 | 105 | 23 | 147 | 74 | 65 |
| Binary | 1101001 | 11001111 | 1000000 | 110001 | 0 | 1000101 | 10011 | 1100111 | 111100 | 110101 |
Color Harmonies of #69CF40
Complementary color
Monochromatic Colors of #69CF40
Black with #69CF40
Text Example
Text Example
White with #69CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CF40; }
p { color: rgb(105,207,64); }
H1.HeaderClassName
{
color: #69CF40;
}
.AnyTagClassName
{
color: #69CF40;
}
</style>
background-color css
<style>
a { background-color: #69CF40; }
a { background-color: rgb(105,207,64); }
div.DivClassName
{
background-color: #69CF40;
}
.BgClassName
{
background-color: #69CF40;
}
</style>
border-color css
<style>
span { border-color: #69CF40; }
span { border-color: rgb(105,207,64); }
td.TdClassName
{
border-color: #69CF40;
}
.TagClassName
{
border-color: #69CF40;
}
</style>