Shades of Apple #69CB4E
Tints of Apple #69CB4E
RGB
CMYK
RGB Variations
Color information
#69CB4E (or 0x69CB4E) is known color: Apple. HEX triplet: 69, CB and 4E. RGB value is (105,203,78). Sum of RGB (Red+Green+Blue) = 105+203+78=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CB4E is #9634B1. Grayscale: #9F9F9F. Windows color (decimal): -9843890 or 5163881. OLE color: 5163881.
HSL color Cylindrical-coordinate representation of color #69CB4E: hue angle of 107.04º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69CB4E is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 203 | 78 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.20 |
| HSL | 107.04º | 0.55% | 0.55% | - |
| HSV(B) | 107.04º | 0.62% | 0.8% | - |
| XYZ | 28.56 | 46.27 | 14.63 | - |
| YUV | 159.45 | 82.03 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 203 | 78 | 0.48 | 0 | 0.62 | 0.20 | 107.04 | 0.55 | 0.55 |
| Hex | 69 | CB | 4E | 30 | 0 | 3E | 14 | 6B | 37 | 37 |
| Octal | 151 | 313 | 116 | 60 | 0 | 76 | 24 | 153 | 67 | 67 |
| Binary | 1101001 | 11001011 | 1001110 | 110000 | 0 | 111110 | 10100 | 1101011 | 110111 | 110111 |
Color Harmonies of #69CB4E
Complementary color
Monochromatic Colors of #69CB4E
Black with #69CB4E
Text Example
Text Example
White with #69CB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CB4E; }
p { color: rgb(105,203,78); }
H1.HeaderClassName
{
color: #69CB4E;
}
.AnyTagClassName
{
color: #69CB4E;
}
</style>
background-color css
<style>
a { background-color: #69CB4E; }
a { background-color: rgb(105,203,78); }
div.DivClassName
{
background-color: #69CB4E;
}
.BgClassName
{
background-color: #69CB4E;
}
</style>
border-color css
<style>
span { border-color: #69CB4E; }
span { border-color: rgb(105,203,78); }
td.TdClassName
{
border-color: #69CB4E;
}
.TagClassName
{
border-color: #69CB4E;
}
</style>