Shades of Apple #69CA4F
Tints of Apple #69CA4F
RGB
CMYK
RGB Variations
Color information
#69CA4F (or 0x69CA4F) is known color: Apple. HEX triplet: 69, CA and 4F. RGB value is (105,202,79). Sum of RGB (Red+Green+Blue) = 105+202+79=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA4F is #9635B0. Grayscale: #9F9F9F. Windows color (decimal): -9844145 or 5229161. OLE color: 5229161.
HSL color Cylindrical-coordinate representation of color #69CA4F: hue angle of 107.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69CA4F is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 202 | 79 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.21 |
| HSL | 107.32º | 0.54% | 0.55% | - |
| HSV(B) | 107.32º | 0.61% | 0.79% | - |
| XYZ | 28.36 | 45.81 | 14.74 | - |
| YUV | 158.98 | 82.86 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 202 | 79 | 0.48 | 0 | 0.61 | 0.21 | 107.32 | 0.54 | 0.55 |
| Hex | 69 | CA | 4F | 30 | 0 | 3D | 15 | 6B | 36 | 37 |
| Octal | 151 | 312 | 117 | 60 | 0 | 75 | 25 | 153 | 66 | 67 |
| Binary | 1101001 | 11001010 | 1001111 | 110000 | 0 | 111101 | 10101 | 1101011 | 110110 | 110111 |
Color Harmonies of #69CA4F
Complementary color
Monochromatic Colors of #69CA4F
Black with #69CA4F
Text Example
Text Example
White with #69CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CA4F; }
p { color: rgb(105,202,79); }
H1.HeaderClassName
{
color: #69CA4F;
}
.AnyTagClassName
{
color: #69CA4F;
}
</style>
background-color css
<style>
a { background-color: #69CA4F; }
a { background-color: rgb(105,202,79); }
div.DivClassName
{
background-color: #69CA4F;
}
.BgClassName
{
background-color: #69CA4F;
}
</style>
border-color css
<style>
span { border-color: #69CA4F; }
span { border-color: rgb(105,202,79); }
td.TdClassName
{
border-color: #69CA4F;
}
.TagClassName
{
border-color: #69CA4F;
}
</style>