Shades of Apple #69C83A
Tints of Apple #69C83A
RGB
CMYK
RGB Variations
Color information
#69C83A (or 0x69C83A) is known color: Apple. HEX triplet: 69, C8 and 3A. RGB value is (105,200,58). Sum of RGB (Red+Green+Blue) = 105+200+58=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #69C83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C83A is #9637C5. Grayscale: #9B9B9B. Windows color (decimal): -9844678 or 3852393. OLE color: 3852393.
HSL color Cylindrical-coordinate representation of color #69C83A: hue angle of 100.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69C83A is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 58 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.22 |
| HSL | 100.14º | 0.56% | 0.51% | - |
| HSV(B) | 100.14º | 0.71% | 0.78% | - |
| XYZ | 27.24 | 44.62 | 11.18 | - |
| YUV | 155.41 | 73.03 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 58 | 0.48 | 0 | 0.71 | 0.22 | 100.14 | 0.56 | 0.51 |
| Hex | 69 | C8 | 3A | 30 | 0 | 47 | 16 | 64 | 38 | 33 |
| Octal | 151 | 310 | 72 | 60 | 0 | 107 | 26 | 144 | 70 | 63 |
| Binary | 1101001 | 11001000 | 111010 | 110000 | 0 | 1000111 | 10110 | 1100100 | 111000 | 110011 |
Color Harmonies of #69C83A
Complementary color
Monochromatic Colors of #69C83A
Black with #69C83A
Text Example
Text Example
White with #69C83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C83A; }
p { color: rgb(105,200,58); }
H1.HeaderClassName
{
color: #69C83A;
}
.AnyTagClassName
{
color: #69C83A;
}
</style>
background-color css
<style>
a { background-color: #69C83A; }
a { background-color: rgb(105,200,58); }
div.DivClassName
{
background-color: #69C83A;
}
.BgClassName
{
background-color: #69C83A;
}
</style>
border-color css
<style>
span { border-color: #69C83A; }
span { border-color: rgb(105,200,58); }
td.TdClassName
{
border-color: #69C83A;
}
.TagClassName
{
border-color: #69C83A;
}
</style>