Shades of Christi #6DCD0A
Tints of Christi #6DCD0A
RGB
CMYK
RGB Variations
Color information
#6DCD0A (or 0x6DCD0A) is known color: Christi. HEX triplet: 6D, CD and 0A. RGB value is (109,205,10). Sum of RGB (Red+Green+Blue) = 109+205+10=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCD0A is #9232F5. Grayscale: #9A9A9A. Windows color (decimal): -9581302 or 707949. OLE color: 707949.
HSL color Cylindrical-coordinate representation of color #6DCD0A: hue angle of 89.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DCD0A is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 10 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.20 |
| HSL | 89.54º | 0.91% | 0.42% | - |
| HSV(B) | 89.54º | 0.95% | 0.8% | - |
| XYZ | 28.19 | 46.94 | 7.86 | - |
| YUV | 154.07 | 46.7 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 10 | 0.47 | 0 | 0.95 | 0.20 | 89.54 | 0.91 | 0.42 |
| Hex | 6D | CD | A | 2F | 0 | 5F | 14 | 5A | 5B | 2A |
| Octal | 155 | 315 | 12 | 57 | 0 | 137 | 24 | 132 | 133 | 52 |
| Binary | 1101101 | 11001101 | 1010 | 101111 | 0 | 1011111 | 10100 | 1011010 | 1011011 | 101010 |
Color Harmonies of #6DCD0A
Complementary color
Monochromatic Colors of #6DCD0A
Black with #6DCD0A
Text Example
Text Example
White with #6DCD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD0A; }
p { color: rgb(109,205,10); }
H1.HeaderClassName
{
color: #6DCD0A;
}
.AnyTagClassName
{
color: #6DCD0A;
}
</style>
background-color css
<style>
a { background-color: #6DCD0A; }
a { background-color: rgb(109,205,10); }
div.DivClassName
{
background-color: #6DCD0A;
}
.BgClassName
{
background-color: #6DCD0A;
}
</style>
border-color css
<style>
span { border-color: #6DCD0A; }
span { border-color: rgb(109,205,10); }
td.TdClassName
{
border-color: #6DCD0A;
}
.TagClassName
{
border-color: #6DCD0A;
}
</style>