Shades of Apple #69CB3E
Tints of Apple #69CB3E
RGB
CMYK
RGB Variations
Color information
#69CB3E (or 0x69CB3E) is known color: Apple. HEX triplet: 69, CB and 3E. RGB value is (105,203,62). Sum of RGB (Red+Green+Blue) = 105+203+62=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CB3E is #9634C1. Grayscale: #9E9E9E. Windows color (decimal): -9843906 or 4115305. OLE color: 4115305.
HSL color Cylindrical-coordinate representation of color #69CB3E: hue angle of 101.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69CB3E is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 203 | 62 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.20 |
| HSL | 101.7º | 0.58% | 0.52% | - |
| HSV(B) | 101.7º | 0.69% | 0.8% | - |
| XYZ | 28.05 | 46.06 | 11.97 | - |
| YUV | 157.62 | 74.03 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 203 | 62 | 0.48 | 0 | 0.69 | 0.20 | 101.7 | 0.58 | 0.52 |
| Hex | 69 | CB | 3E | 30 | 0 | 45 | 14 | 66 | 3A | 34 |
| Octal | 151 | 313 | 76 | 60 | 0 | 105 | 24 | 146 | 72 | 64 |
| Binary | 1101001 | 11001011 | 111110 | 110000 | 0 | 1000101 | 10100 | 1100110 | 111010 | 110100 |
Color Harmonies of #69CB3E
Complementary color
Monochromatic Colors of #69CB3E
Black with #69CB3E
Text Example
Text Example
White with #69CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CB3E; }
p { color: rgb(105,203,62); }
H1.HeaderClassName
{
color: #69CB3E;
}
.AnyTagClassName
{
color: #69CB3E;
}
</style>
background-color css
<style>
a { background-color: #69CB3E; }
a { background-color: rgb(105,203,62); }
div.DivClassName
{
background-color: #69CB3E;
}
.BgClassName
{
background-color: #69CB3E;
}
</style>
border-color css
<style>
span { border-color: #69CB3E; }
span { border-color: rgb(105,203,62); }
td.TdClassName
{
border-color: #69CB3E;
}
.TagClassName
{
border-color: #69CB3E;
}
</style>