Shades of Apple #69C83D
Tints of Apple #69C83D
RGB
CMYK
RGB Variations
Color information
#69C83D (or 0x69C83D) is known color: Apple. HEX triplet: 69, C8 and 3D. RGB value is (105,200,61). Sum of RGB (Red+Green+Blue) = 105+200+61=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #69C83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C83D is #9637C2. Grayscale: #9C9C9C. Windows color (decimal): -9844675 or 4049001. OLE color: 4049001.
HSL color Cylindrical-coordinate representation of color #69C83D: hue angle of 101.01º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69C83D is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 61 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.22 |
| HSL | 101.01º | 0.56% | 0.51% | - |
| HSV(B) | 101.01º | 0.7% | 0.78% | - |
| XYZ | 27.32 | 44.65 | 11.59 | - |
| YUV | 155.75 | 74.53 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 61 | 0.48 | 0 | 0.69 | 0.22 | 101.01 | 0.56 | 0.51 |
| Hex | 69 | C8 | 3D | 30 | 0 | 45 | 16 | 65 | 38 | 33 |
| Octal | 151 | 310 | 75 | 60 | 0 | 105 | 26 | 145 | 70 | 63 |
| Binary | 1101001 | 11001000 | 111101 | 110000 | 0 | 1000101 | 10110 | 1100101 | 111000 | 110011 |
Color Harmonies of #69C83D
Complementary color
Monochromatic Colors of #69C83D
Black with #69C83D
Text Example
Text Example
White with #69C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C83D; }
p { color: rgb(105,200,61); }
H1.HeaderClassName
{
color: #69C83D;
}
.AnyTagClassName
{
color: #69C83D;
}
</style>
background-color css
<style>
a { background-color: #69C83D; }
a { background-color: rgb(105,200,61); }
div.DivClassName
{
background-color: #69C83D;
}
.BgClassName
{
background-color: #69C83D;
}
</style>
border-color css
<style>
span { border-color: #69C83D; }
span { border-color: rgb(105,200,61); }
td.TdClassName
{
border-color: #69C83D;
}
.TagClassName
{
border-color: #69C83D;
}
</style>