Shades of Apple #69CC40
Tints of Apple #69CC40
RGB
CMYK
RGB Variations
Color information
#69CC40 (or 0x69CC40) is known color: Apple. HEX triplet: 69, CC and 40. RGB value is (105,204,64). Sum of RGB (Red+Green+Blue) = 105+204+64=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CC40 is #9633BF. Grayscale: #9E9E9E. Windows color (decimal): -9843648 or 4246633. OLE color: 4246633.
HSL color Cylindrical-coordinate representation of color #69CC40: hue angle of 102.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69CC40 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 64 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.2 |
| HSL | 102.43º | 0.58% | 0.53% | - |
| HSV(B) | 102.43º | 0.69% | 0.8% | - |
| XYZ | 28.34 | 46.56 | 12.34 | - |
| YUV | 158.44 | 74.7 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 64 | 0.49 | 0 | 0.69 | 0.2 | 102.43 | 0.58 | 0.53 |
| Hex | 69 | CC | 40 | 31 | 0 | 45 | 14 | 66 | 3A | 35 |
| Octal | 151 | 314 | 100 | 61 | 0 | 105 | 24 | 146 | 72 | 65 |
| Binary | 1101001 | 11001100 | 1000000 | 110001 | 0 | 1000101 | 10100 | 1100110 | 111010 | 110101 |
Color Harmonies of #69CC40
Complementary color
Monochromatic Colors of #69CC40
Black with #69CC40
Text Example
Text Example
White with #69CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC40; }
p { color: rgb(105,204,64); }
H1.HeaderClassName
{
color: #69CC40;
}
.AnyTagClassName
{
color: #69CC40;
}
</style>
background-color css
<style>
a { background-color: #69CC40; }
a { background-color: rgb(105,204,64); }
div.DivClassName
{
background-color: #69CC40;
}
.BgClassName
{
background-color: #69CC40;
}
</style>
border-color css
<style>
span { border-color: #69CC40; }
span { border-color: rgb(105,204,64); }
td.TdClassName
{
border-color: #69CC40;
}
.TagClassName
{
border-color: #69CC40;
}
</style>