Shades of Apple #6CBF46
Tints of Apple #6CBF46
RGB
CMYK
RGB Variations
Color information
#6CBF46 (or 0x6CBF46) is known color: Apple. HEX triplet: 6C, BF and 46. RGB value is (108,191,70). Sum of RGB (Red+Green+Blue) = 108+191+70=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBF46 is #9340B9. Grayscale: #989898. Windows color (decimal): -9650362 or 4636524. OLE color: 4636524.
HSL color Cylindrical-coordinate representation of color #6CBF46: hue angle of 101.16º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CBF46 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 191 | 70 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.25 |
| HSL | 101.16º | 0.49% | 0.51% | - |
| HSV(B) | 101.16º | 0.63% | 0.75% | - |
| XYZ | 25.92 | 40.89 | 12.32 | - |
| YUV | 152.39 | 81.5 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 70 | 0.43 | 0 | 0.63 | 0.25 | 101.16 | 0.49 | 0.51 |
| Hex | 6C | BF | 46 | 2B | 0 | 3F | 19 | 65 | 31 | 33 |
| Octal | 154 | 277 | 106 | 53 | 0 | 77 | 31 | 145 | 61 | 63 |
| Binary | 1101100 | 10111111 | 1000110 | 101011 | 0 | 111111 | 11001 | 1100101 | 110001 | 110011 |
Color Harmonies of #6CBF46
Complementary color
Monochromatic Colors of #6CBF46
Black with #6CBF46
Text Example
Text Example
White with #6CBF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBF46; }
p { color: rgb(108,191,70); }
H1.HeaderClassName
{
color: #6CBF46;
}
.AnyTagClassName
{
color: #6CBF46;
}
</style>
background-color css
<style>
a { background-color: #6CBF46; }
a { background-color: rgb(108,191,70); }
div.DivClassName
{
background-color: #6CBF46;
}
.BgClassName
{
background-color: #6CBF46;
}
</style>
border-color css
<style>
span { border-color: #6CBF46; }
span { border-color: rgb(108,191,70); }
td.TdClassName
{
border-color: #6CBF46;
}
.TagClassName
{
border-color: #6CBF46;
}
</style>