Shades of Christi #6BC00A
Tints of Christi #6BC00A
RGB
CMYK
RGB Variations
Color information
#6BC00A (or 0x6BC00A) is known color: Christi. HEX triplet: 6B, C0 and 0A. RGB value is (107,192,10). Sum of RGB (Red+Green+Blue) = 107+192+10=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC00A is #943FF5. Grayscale: #929292. Windows color (decimal): -9715702 or 704619. OLE color: 704619.
HSL color Cylindrical-coordinate representation of color #6BC00A: hue angle of 88.02º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6BC00A is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 10 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.25 |
| HSL | 88.02º | 0.9% | 0.4% | - |
| HSV(B) | 88.02º | 0.95% | 0.75% | - |
| XYZ | 24.97 | 40.85 | 6.86 | - |
| YUV | 145.84 | 51.34 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 10 | 0.44 | 0 | 0.95 | 0.25 | 88.02 | 0.9 | 0.4 |
| Hex | 6B | C0 | A | 2C | 0 | 5F | 19 | 58 | 5A | 28 |
| Octal | 153 | 300 | 12 | 54 | 0 | 137 | 31 | 130 | 132 | 50 |
| Binary | 1101011 | 11000000 | 1010 | 101100 | 0 | 1011111 | 11001 | 1011000 | 1011010 | 101000 |
Color Harmonies of #6BC00A
Complementary color
Monochromatic Colors of #6BC00A
Black with #6BC00A
Text Example
Text Example
White with #6BC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC00A; }
p { color: rgb(107,192,10); }
H1.HeaderClassName
{
color: #6BC00A;
}
.AnyTagClassName
{
color: #6BC00A;
}
</style>
background-color css
<style>
a { background-color: #6BC00A; }
a { background-color: rgb(107,192,10); }
div.DivClassName
{
background-color: #6BC00A;
}
.BgClassName
{
background-color: #6BC00A;
}
</style>
border-color css
<style>
span { border-color: #6BC00A; }
span { border-color: rgb(107,192,10); }
td.TdClassName
{
border-color: #6BC00A;
}
.TagClassName
{
border-color: #6BC00A;
}
</style>