Shades of Apple #69CC42
Tints of Apple #69CC42
RGB
CMYK
RGB Variations
Color information
#69CC42 (or 0x69CC42) is known color: Apple. HEX triplet: 69, CC and 42. RGB value is (105,204,66). Sum of RGB (Red+Green+Blue) = 105+204+66=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CC42 is #9633BD. Grayscale: #9F9F9F. Windows color (decimal): -9843646 or 4377705. OLE color: 4377705.
HSL color Cylindrical-coordinate representation of color #69CC42: hue angle of 103.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69CC42 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 66 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.2 |
| HSL | 103.04º | 0.58% | 0.53% | - |
| HSV(B) | 103.04º | 0.68% | 0.8% | - |
| XYZ | 28.4 | 46.58 | 12.65 | - |
| YUV | 158.67 | 75.7 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 66 | 0.49 | 0 | 0.68 | 0.2 | 103.04 | 0.58 | 0.53 |
| Hex | 69 | CC | 42 | 31 | 0 | 44 | 14 | 67 | 3A | 35 |
| Octal | 151 | 314 | 102 | 61 | 0 | 104 | 24 | 147 | 72 | 65 |
| Binary | 1101001 | 11001100 | 1000010 | 110001 | 0 | 1000100 | 10100 | 1100111 | 111010 | 110101 |
Color Harmonies of #69CC42
Complementary color
Monochromatic Colors of #69CC42
Black with #69CC42
Text Example
Text Example
White with #69CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC42; }
p { color: rgb(105,204,66); }
H1.HeaderClassName
{
color: #69CC42;
}
.AnyTagClassName
{
color: #69CC42;
}
</style>
background-color css
<style>
a { background-color: #69CC42; }
a { background-color: rgb(105,204,66); }
div.DivClassName
{
background-color: #69CC42;
}
.BgClassName
{
background-color: #69CC42;
}
</style>
border-color css
<style>
span { border-color: #69CC42; }
span { border-color: rgb(105,204,66); }
td.TdClassName
{
border-color: #69CC42;
}
.TagClassName
{
border-color: #69CC42;
}
</style>