Shades of Apple #69C133
Tints of Apple #69C133
RGB
CMYK
RGB Variations
Color information
#69C133 (or 0x69C133) is known color: Apple. HEX triplet: 69, C1 and 33. RGB value is (105,193,51). Sum of RGB (Red+Green+Blue) = 105+193+51=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #69C133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C133 is #963ECC. Grayscale: #969696. Windows color (decimal): -9846477 or 3391849. OLE color: 3391849.
HSL color Cylindrical-coordinate representation of color #69C133: hue angle of 97.18º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69C133 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 193 | 51 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.24 |
| HSL | 97.18º | 0.58% | 0.48% | - |
| HSV(B) | 97.18º | 0.74% | 0.76% | - |
| XYZ | 25.49 | 41.38 | 9.78 | - |
| YUV | 150.5 | 71.85 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 193 | 51 | 0.46 | 0 | 0.74 | 0.24 | 97.18 | 0.58 | 0.48 |
| Hex | 69 | C1 | 33 | 2E | 0 | 4A | 18 | 61 | 3A | 30 |
| Octal | 151 | 301 | 63 | 56 | 0 | 112 | 30 | 141 | 72 | 60 |
| Binary | 1101001 | 11000001 | 110011 | 101110 | 0 | 1001010 | 11000 | 1100001 | 111010 | 110000 |
Color Harmonies of #69C133
Complementary color
Monochromatic Colors of #69C133
Black with #69C133
Text Example
Text Example
White with #69C133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C133; }
p { color: rgb(105,193,51); }
H1.HeaderClassName
{
color: #69C133;
}
.AnyTagClassName
{
color: #69C133;
}
</style>
background-color css
<style>
a { background-color: #69C133; }
a { background-color: rgb(105,193,51); }
div.DivClassName
{
background-color: #69C133;
}
.BgClassName
{
background-color: #69C133;
}
</style>
border-color css
<style>
span { border-color: #69C133; }
span { border-color: rgb(105,193,51); }
td.TdClassName
{
border-color: #69C133;
}
.TagClassName
{
border-color: #69C133;
}
</style>