Shades of Apple #69CC4D
Tints of Apple #69CC4D
RGB
CMYK
RGB Variations
Color information
#69CC4D (or 0x69CC4D) is known color: Apple. HEX triplet: 69, CC and 4D. RGB value is (105,204,77). Sum of RGB (Red+Green+Blue) = 105+204+77=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CC4D is #9633B2. Grayscale: #A0A0A0. Windows color (decimal): -9843635 or 5098601. OLE color: 5098601.
HSL color Cylindrical-coordinate representation of color #69CC4D: hue angle of 106.77º 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 #69CC4D is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 77 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.2 |
| HSL | 106.77º | 0.55% | 0.55% | - |
| HSV(B) | 106.77º | 0.62% | 0.8% | - |
| XYZ | 28.76 | 46.72 | 14.52 | - |
| YUV | 159.92 | 81.2 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 77 | 0.49 | 0 | 0.62 | 0.2 | 106.77 | 0.55 | 0.55 |
| Hex | 69 | CC | 4D | 31 | 0 | 3E | 14 | 6B | 37 | 37 |
| Octal | 151 | 314 | 115 | 61 | 0 | 76 | 24 | 153 | 67 | 67 |
| Binary | 1101001 | 11001100 | 1001101 | 110001 | 0 | 111110 | 10100 | 1101011 | 110111 | 110111 |
Color Harmonies of #69CC4D
Complementary color
Monochromatic Colors of #69CC4D
Black with #69CC4D
Text Example
Text Example
White with #69CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC4D; }
p { color: rgb(105,204,77); }
H1.HeaderClassName
{
color: #69CC4D;
}
.AnyTagClassName
{
color: #69CC4D;
}
</style>
background-color css
<style>
a { background-color: #69CC4D; }
a { background-color: rgb(105,204,77); }
div.DivClassName
{
background-color: #69CC4D;
}
.BgClassName
{
background-color: #69CC4D;
}
</style>
border-color css
<style>
span { border-color: #69CC4D; }
span { border-color: rgb(105,204,77); }
td.TdClassName
{
border-color: #69CC4D;
}
.TagClassName
{
border-color: #69CC4D;
}
</style>