Shades of Apple #6CC03C
Tints of Apple #6CC03C
RGB
CMYK
RGB Variations
Color information
#6CC03C (or 0x6CC03C) is known color: Apple. HEX triplet: 6C, C0 and 3C. RGB value is (108,192,60). Sum of RGB (Red+Green+Blue) = 108+192+60=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC03C is #933FC3. Grayscale: #989898. Windows color (decimal): -9650116 or 3981420. OLE color: 3981420.
HSL color Cylindrical-coordinate representation of color #6CC03C: hue angle of 98.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6CC03C is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 60 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.25 |
| HSL | 98.18º | 0.52% | 0.49% | - |
| HSV(B) | 98.18º | 0.69% | 0.75% | - |
| XYZ | 25.85 | 41.21 | 10.87 | - |
| YUV | 151.84 | 76.17 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 60 | 0.44 | 0 | 0.69 | 0.25 | 98.18 | 0.52 | 0.49 |
| Hex | 6C | C0 | 3C | 2C | 0 | 45 | 19 | 62 | 34 | 31 |
| Octal | 154 | 300 | 74 | 54 | 0 | 105 | 31 | 142 | 64 | 61 |
| Binary | 1101100 | 11000000 | 111100 | 101100 | 0 | 1000101 | 11001 | 1100010 | 110100 | 110001 |
Color Harmonies of #6CC03C
Complementary color
Monochromatic Colors of #6CC03C
Black with #6CC03C
Text Example
Text Example
White with #6CC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC03C; }
p { color: rgb(108,192,60); }
H1.HeaderClassName
{
color: #6CC03C;
}
.AnyTagClassName
{
color: #6CC03C;
}
</style>
background-color css
<style>
a { background-color: #6CC03C; }
a { background-color: rgb(108,192,60); }
div.DivClassName
{
background-color: #6CC03C;
}
.BgClassName
{
background-color: #6CC03C;
}
</style>
border-color css
<style>
span { border-color: #6CC03C; }
span { border-color: rgb(108,192,60); }
td.TdClassName
{
border-color: #6CC03C;
}
.TagClassName
{
border-color: #6CC03C;
}
</style>