Shades of Apple #6CAF41
Tints of Apple #6CAF41
RGB
CMYK
RGB Variations
Color information
#6CAF41 (or 0x6CAF41) is known color: Apple. HEX triplet: 6C, AF and 41. RGB value is (108,175,65). Sum of RGB (Red+Green+Blue) = 108+175+65=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAF41 is #9350BE. Grayscale: #8E8E8E. Windows color (decimal): -9654463 or 4304748. OLE color: 4304748.
HSL color Cylindrical-coordinate representation of color #6CAF41: hue angle of 96.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CAF41 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 65 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.31 |
| HSL | 96.55º | 0.46% | 0.47% | - |
| HSV(B) | 96.55º | 0.63% | 0.69% | - |
| XYZ | 22.47 | 34.23 | 10.42 | - |
| YUV | 142.43 | 84.3 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 65 | 0.38 | 0 | 0.63 | 0.31 | 96.55 | 0.46 | 0.47 |
| Hex | 6C | AF | 41 | 26 | 0 | 3F | 1F | 61 | 2E | 2F |
| Octal | 154 | 257 | 101 | 46 | 0 | 77 | 37 | 141 | 56 | 57 |
| Binary | 1101100 | 10101111 | 1000001 | 100110 | 0 | 111111 | 11111 | 1100001 | 101110 | 101111 |
Color Harmonies of #6CAF41
Complementary color
Monochromatic Colors of #6CAF41
Black with #6CAF41
Text Example
Text Example
White with #6CAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF41; }
p { color: rgb(108,175,65); }
H1.HeaderClassName
{
color: #6CAF41;
}
.AnyTagClassName
{
color: #6CAF41;
}
</style>
background-color css
<style>
a { background-color: #6CAF41; }
a { background-color: rgb(108,175,65); }
div.DivClassName
{
background-color: #6CAF41;
}
.BgClassName
{
background-color: #6CAF41;
}
</style>
border-color css
<style>
span { border-color: #6CAF41; }
span { border-color: rgb(108,175,65); }
td.TdClassName
{
border-color: #6CAF41;
}
.TagClassName
{
border-color: #6CAF41;
}
</style>