Shades of Apple #69C84A
Tints of Apple #69C84A
RGB
CMYK
RGB Variations
Color information
#69C84A (or 0x69C84A) is known color: Apple. HEX triplet: 69, C8 and 4A. RGB value is (105,200,74). Sum of RGB (Red+Green+Blue) = 105+200+74=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #69C84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C84A is #9637B5. Grayscale: #9D9D9D. Windows color (decimal): -9844662 or 4900969. OLE color: 4900969.
HSL color Cylindrical-coordinate representation of color #69C84A: hue angle of 105.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69C84A is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 74 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.22 |
| HSL | 105.24º | 0.53% | 0.54% | - |
| HSV(B) | 105.24º | 0.63% | 0.78% | - |
| XYZ | 27.72 | 44.81 | 13.67 | - |
| YUV | 157.23 | 81.03 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 74 | 0.48 | 0 | 0.63 | 0.22 | 105.24 | 0.53 | 0.54 |
| Hex | 69 | C8 | 4A | 30 | 0 | 3F | 16 | 69 | 35 | 36 |
| Octal | 151 | 310 | 112 | 60 | 0 | 77 | 26 | 151 | 65 | 66 |
| Binary | 1101001 | 11001000 | 1001010 | 110000 | 0 | 111111 | 10110 | 1101001 | 110101 | 110110 |
Color Harmonies of #69C84A
Complementary color
Monochromatic Colors of #69C84A
Black with #69C84A
Text Example
Text Example
White with #69C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C84A; }
p { color: rgb(105,200,74); }
H1.HeaderClassName
{
color: #69C84A;
}
.AnyTagClassName
{
color: #69C84A;
}
</style>
background-color css
<style>
a { background-color: #69C84A; }
a { background-color: rgb(105,200,74); }
div.DivClassName
{
background-color: #69C84A;
}
.BgClassName
{
background-color: #69C84A;
}
</style>
border-color css
<style>
span { border-color: #69C84A; }
span { border-color: rgb(105,200,74); }
td.TdClassName
{
border-color: #69C84A;
}
.TagClassName
{
border-color: #69C84A;
}
</style>