Shades of Christi #6CC002
Tints of Christi #6CC002
RGB
CMYK
RGB Variations
Color information
#6CC002 (or 0x6CC002) is known color: Christi. HEX triplet: 6C, C0 and 02. RGB value is (108,192,2). Sum of RGB (Red+Green+Blue) = 108+192+2=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC002 is #933FFD. Grayscale: #919191. Windows color (decimal): -9650174 or 180332. OLE color: 180332.
HSL color Cylindrical-coordinate representation of color #6CC002: hue angle of 86.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CC002 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.25 |
| HSL | 86.53º | 0.98% | 0.38% | - |
| HSV(B) | 86.53º | 0.99% | 0.75% | - |
| XYZ | 25.04 | 40.89 | 6.63 | - |
| YUV | 145.22 | 47.17 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 2 | 0.44 | 0 | 0.99 | 0.25 | 86.53 | 0.98 | 0.38 |
| Hex | 6C | C0 | 2 | 2C | 0 | 63 | 19 | 57 | 62 | 26 |
| Octal | 154 | 300 | 2 | 54 | 0 | 143 | 31 | 127 | 142 | 46 |
| Binary | 1101100 | 11000000 | 10 | 101100 | 0 | 1100011 | 11001 | 1010111 | 1100010 | 100110 |
Color Harmonies of #6CC002
Complementary color
Monochromatic Colors of #6CC002
Black with #6CC002
Text Example
Text Example
White with #6CC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC002; }
p { color: rgb(108,192,2); }
H1.HeaderClassName
{
color: #6CC002;
}
.AnyTagClassName
{
color: #6CC002;
}
</style>
background-color css
<style>
a { background-color: #6CC002; }
a { background-color: rgb(108,192,2); }
div.DivClassName
{
background-color: #6CC002;
}
.BgClassName
{
background-color: #6CC002;
}
</style>
border-color css
<style>
span { border-color: #6CC002; }
span { border-color: rgb(108,192,2); }
td.TdClassName
{
border-color: #6CC002;
}
.TagClassName
{
border-color: #6CC002;
}
</style>