Shades of Apple #69C23C
Tints of Apple #69C23C
RGB
CMYK
RGB Variations
Color information
#69C23C (or 0x69C23C) is known color: Apple. HEX triplet: 69, C2 and 3C. RGB value is (105,194,60). Sum of RGB (Red+Green+Blue) = 105+194+60=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #69C23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C23C is #963DC3. Grayscale: #989898. Windows color (decimal): -9846212 or 3981929. OLE color: 3981929.
HSL color Cylindrical-coordinate representation of color #69C23C: hue angle of 99.85º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69C23C is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 60 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.24 |
| HSL | 99.85º | 0.53% | 0.5% | - |
| HSV(B) | 99.85º | 0.69% | 0.76% | - |
| XYZ | 25.93 | 41.91 | 11 | - |
| YUV | 152.11 | 76.01 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 60 | 0.46 | 0 | 0.69 | 0.24 | 99.85 | 0.53 | 0.5 |
| Hex | 69 | C2 | 3C | 2E | 0 | 45 | 18 | 64 | 35 | 32 |
| Octal | 151 | 302 | 74 | 56 | 0 | 105 | 30 | 144 | 65 | 62 |
| Binary | 1101001 | 11000010 | 111100 | 101110 | 0 | 1000101 | 11000 | 1100100 | 110101 | 110010 |
Color Harmonies of #69C23C
Complementary color
Monochromatic Colors of #69C23C
Black with #69C23C
Text Example
Text Example
White with #69C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C23C; }
p { color: rgb(105,194,60); }
H1.HeaderClassName
{
color: #69C23C;
}
.AnyTagClassName
{
color: #69C23C;
}
</style>
background-color css
<style>
a { background-color: #69C23C; }
a { background-color: rgb(105,194,60); }
div.DivClassName
{
background-color: #69C23C;
}
.BgClassName
{
background-color: #69C23C;
}
</style>
border-color css
<style>
span { border-color: #69C23C; }
span { border-color: rgb(105,194,60); }
td.TdClassName
{
border-color: #69C23C;
}
.TagClassName
{
border-color: #69C23C;
}
</style>