Shades of Apple #6CCA46
Tints of Apple #6CCA46
RGB
CMYK
RGB Variations
Color information
#6CCA46 (or 0x6CCA46) is known color: Apple. HEX triplet: 6C, CA and 46. RGB value is (108,202,70). Sum of RGB (Red+Green+Blue) = 108+202+70=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCA46 is #9335B9. Grayscale: #9F9F9F. Windows color (decimal): -9647546 or 4639340. OLE color: 4639340.
HSL color Cylindrical-coordinate representation of color #6CCA46: hue angle of 102.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CCA46 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 70 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.21 |
| HSL | 102.73º | 0.55% | 0.53% | - |
| HSV(B) | 102.73º | 0.65% | 0.79% | - |
| XYZ | 28.41 | 45.87 | 13.15 | - |
| YUV | 158.85 | 77.86 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 70 | 0.47 | 0 | 0.65 | 0.21 | 102.73 | 0.55 | 0.53 |
| Hex | 6C | CA | 46 | 2F | 0 | 41 | 15 | 67 | 37 | 35 |
| Octal | 154 | 312 | 106 | 57 | 0 | 101 | 25 | 147 | 67 | 65 |
| Binary | 1101100 | 11001010 | 1000110 | 101111 | 0 | 1000001 | 10101 | 1100111 | 110111 | 110101 |
Color Harmonies of #6CCA46
Complementary color
Monochromatic Colors of #6CCA46
Black with #6CCA46
Text Example
Text Example
White with #6CCA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA46; }
p { color: rgb(108,202,70); }
H1.HeaderClassName
{
color: #6CCA46;
}
.AnyTagClassName
{
color: #6CCA46;
}
</style>
background-color css
<style>
a { background-color: #6CCA46; }
a { background-color: rgb(108,202,70); }
div.DivClassName
{
background-color: #6CCA46;
}
.BgClassName
{
background-color: #6CCA46;
}
</style>
border-color css
<style>
span { border-color: #6CCA46; }
span { border-color: rgb(108,202,70); }
td.TdClassName
{
border-color: #6CCA46;
}
.TagClassName
{
border-color: #6CCA46;
}
</style>