Shades of Apple #6CCA4A
Tints of Apple #6CCA4A
RGB
CMYK
RGB Variations
Color information
#6CCA4A (or 0x6CCA4A) is known color: Apple. HEX triplet: 6C, CA and 4A. RGB value is (108,202,74). Sum of RGB (Red+Green+Blue) = 108+202+74=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCA4A is #9335B5. Grayscale: #9F9F9F. Windows color (decimal): -9647542 or 4901484. OLE color: 4901484.
HSL color Cylindrical-coordinate representation of color #6CCA4A: hue angle of 104.06º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CCA4A is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 74 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.21 |
| HSL | 104.06º | 0.55% | 0.54% | - |
| HSV(B) | 104.06º | 0.63% | 0.79% | - |
| XYZ | 28.54 | 45.92 | 13.84 | - |
| YUV | 159.3 | 79.86 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 74 | 0.47 | 0 | 0.63 | 0.21 | 104.06 | 0.55 | 0.54 |
| Hex | 6C | CA | 4A | 2F | 0 | 3F | 15 | 68 | 37 | 36 |
| Octal | 154 | 312 | 112 | 57 | 0 | 77 | 25 | 150 | 67 | 66 |
| Binary | 1101100 | 11001010 | 1001010 | 101111 | 0 | 111111 | 10101 | 1101000 | 110111 | 110110 |
Color Harmonies of #6CCA4A
Complementary color
Monochromatic Colors of #6CCA4A
Black with #6CCA4A
Text Example
Text Example
White with #6CCA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA4A; }
p { color: rgb(108,202,74); }
H1.HeaderClassName
{
color: #6CCA4A;
}
.AnyTagClassName
{
color: #6CCA4A;
}
</style>
background-color css
<style>
a { background-color: #6CCA4A; }
a { background-color: rgb(108,202,74); }
div.DivClassName
{
background-color: #6CCA4A;
}
.BgClassName
{
background-color: #6CCA4A;
}
</style>
border-color css
<style>
span { border-color: #6CCA4A; }
span { border-color: rgb(108,202,74); }
td.TdClassName
{
border-color: #6CCA4A;
}
.TagClassName
{
border-color: #6CCA4A;
}
</style>