Shades of Christi #6CC02A
Tints of Christi #6CC02A
RGB
CMYK
RGB Variations
Color information
#6CC02A (or 0x6CC02A) is known color: Christi. HEX triplet: 6C, C0 and 2A. RGB value is (108,192,42). Sum of RGB (Red+Green+Blue) = 108+192+42=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC02A is #933FD5. Grayscale: #969696. Windows color (decimal): -9650134 or 2801772. OLE color: 2801772.
HSL color Cylindrical-coordinate representation of color #6CC02A: hue angle of 93.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6CC02A is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 42 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.25 |
| HSL | 93.6º | 0.64% | 0.46% | - |
| HSV(B) | 93.6º | 0.78% | 0.75% | - |
| XYZ | 25.45 | 41.05 | 8.77 | - |
| YUV | 149.78 | 67.17 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 42 | 0.44 | 0 | 0.78 | 0.25 | 93.6 | 0.64 | 0.46 |
| Hex | 6C | C0 | 2A | 2C | 0 | 4E | 19 | 5E | 40 | 2E |
| Octal | 154 | 300 | 52 | 54 | 0 | 116 | 31 | 136 | 100 | 56 |
| Binary | 1101100 | 11000000 | 101010 | 101100 | 0 | 1001110 | 11001 | 1011110 | 1000000 | 101110 |
Color Harmonies of #6CC02A
Complementary color
Monochromatic Colors of #6CC02A
Black with #6CC02A
Text Example
Text Example
White with #6CC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC02A; }
p { color: rgb(108,192,42); }
H1.HeaderClassName
{
color: #6CC02A;
}
.AnyTagClassName
{
color: #6CC02A;
}
</style>
background-color css
<style>
a { background-color: #6CC02A; }
a { background-color: rgb(108,192,42); }
div.DivClassName
{
background-color: #6CC02A;
}
.BgClassName
{
background-color: #6CC02A;
}
</style>
border-color css
<style>
span { border-color: #6CC02A; }
span { border-color: rgb(108,192,42); }
td.TdClassName
{
border-color: #6CC02A;
}
.TagClassName
{
border-color: #6CC02A;
}
</style>