Shades of Apple #69C23E
Tints of Apple #69C23E
RGB
CMYK
RGB Variations
Color information
#69C23E (or 0x69C23E) is known color: Apple. HEX triplet: 69, C2 and 3E. RGB value is (105,194,62). Sum of RGB (Red+Green+Blue) = 105+194+62=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #69C23E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C23E is #963DC1. Grayscale: #989898. Windows color (decimal): -9846210 or 4113001. OLE color: 4113001.
HSL color Cylindrical-coordinate representation of color #69C23E: hue angle of 100.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69C23E is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 62 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.24 |
| HSL | 100.45º | 0.52% | 0.5% | - |
| HSV(B) | 100.45º | 0.68% | 0.76% | - |
| XYZ | 25.99 | 41.93 | 11.28 | - |
| YUV | 152.34 | 77.01 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 62 | 0.46 | 0 | 0.68 | 0.24 | 100.45 | 0.52 | 0.5 |
| Hex | 69 | C2 | 3E | 2E | 0 | 44 | 18 | 64 | 34 | 32 |
| Octal | 151 | 302 | 76 | 56 | 0 | 104 | 30 | 144 | 64 | 62 |
| Binary | 1101001 | 11000010 | 111110 | 101110 | 0 | 1000100 | 11000 | 1100100 | 110100 | 110010 |
Color Harmonies of #69C23E
Complementary color
Monochromatic Colors of #69C23E
Black with #69C23E
Text Example
Text Example
White with #69C23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C23E; }
p { color: rgb(105,194,62); }
H1.HeaderClassName
{
color: #69C23E;
}
.AnyTagClassName
{
color: #69C23E;
}
</style>
background-color css
<style>
a { background-color: #69C23E; }
a { background-color: rgb(105,194,62); }
div.DivClassName
{
background-color: #69C23E;
}
.BgClassName
{
background-color: #69C23E;
}
</style>
border-color css
<style>
span { border-color: #69C23E; }
span { border-color: rgb(105,194,62); }
td.TdClassName
{
border-color: #69C23E;
}
.TagClassName
{
border-color: #69C23E;
}
</style>