Shades of Christi #6DCE0A
Tints of Christi #6DCE0A
RGB
CMYK
RGB Variations
Color information
#6DCE0A (or 0x6DCE0A) is known color: Christi. HEX triplet: 6D, CE and 0A. RGB value is (109,206,10). Sum of RGB (Red+Green+Blue) = 109+206+10=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCE0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCE0A is #9231F5. Grayscale: #9B9B9B. Windows color (decimal): -9581046 or 708205. OLE color: 708205.
HSL color Cylindrical-coordinate representation of color #6DCE0A: hue angle of 89.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DCE0A is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 206 | 10 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.19 |
| HSL | 89.69º | 0.91% | 0.42% | - |
| HSV(B) | 89.69º | 0.95% | 0.81% | - |
| XYZ | 28.43 | 47.42 | 7.94 | - |
| YUV | 154.65 | 46.36 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 10 | 0.47 | 0 | 0.95 | 0.19 | 89.69 | 0.91 | 0.42 |
| Hex | 6D | CE | A | 2F | 0 | 5F | 13 | 5A | 5B | 2A |
| Octal | 155 | 316 | 12 | 57 | 0 | 137 | 23 | 132 | 133 | 52 |
| Binary | 1101101 | 11001110 | 1010 | 101111 | 0 | 1011111 | 10011 | 1011010 | 1011011 | 101010 |
Color Harmonies of #6DCE0A
Complementary color
Monochromatic Colors of #6DCE0A
Black with #6DCE0A
Text Example
Text Example
White with #6DCE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCE0A; }
p { color: rgb(109,206,10); }
H1.HeaderClassName
{
color: #6DCE0A;
}
.AnyTagClassName
{
color: #6DCE0A;
}
</style>
background-color css
<style>
a { background-color: #6DCE0A; }
a { background-color: rgb(109,206,10); }
div.DivClassName
{
background-color: #6DCE0A;
}
.BgClassName
{
background-color: #6DCE0A;
}
</style>
border-color css
<style>
span { border-color: #6DCE0A; }
span { border-color: rgb(109,206,10); }
td.TdClassName
{
border-color: #6DCE0A;
}
.TagClassName
{
border-color: #6DCE0A;
}
</style>