Shades of Christi #6DCD19
Tints of Christi #6DCD19
RGB
CMYK
RGB Variations
Color information
#6DCD19 (or 0x6DCD19) is known color: Christi. HEX triplet: 6D, CD and 19. RGB value is (109,205,25). Sum of RGB (Red+Green+Blue) = 109+205+25=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCD19 is #9232E6. Grayscale: #9C9C9C. Windows color (decimal): -9581287 or 1690989. OLE color: 1690989.
HSL color Cylindrical-coordinate representation of color #6DCD19: hue angle of 92º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DCD19 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 25 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.20 |
| HSL | 92º | 0.78% | 0.45% | - |
| HSV(B) | 92º | 0.88% | 0.8% | - |
| XYZ | 28.31 | 46.98 | 8.5 | - |
| YUV | 155.78 | 54.2 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 25 | 0.47 | 0 | 0.88 | 0.20 | 92 | 0.78 | 0.45 |
| Hex | 6D | CD | 19 | 2F | 0 | 58 | 14 | 5C | 4E | 2D |
| Octal | 155 | 315 | 31 | 57 | 0 | 130 | 24 | 134 | 116 | 55 |
| Binary | 1101101 | 11001101 | 11001 | 101111 | 0 | 1011000 | 10100 | 1011100 | 1001110 | 101101 |
Color Harmonies of #6DCD19
Complementary color
Monochromatic Colors of #6DCD19
Black with #6DCD19
Text Example
Text Example
White with #6DCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD19; }
p { color: rgb(109,205,25); }
H1.HeaderClassName
{
color: #6DCD19;
}
.AnyTagClassName
{
color: #6DCD19;
}
</style>
background-color css
<style>
a { background-color: #6DCD19; }
a { background-color: rgb(109,205,25); }
div.DivClassName
{
background-color: #6DCD19;
}
.BgClassName
{
background-color: #6DCD19;
}
</style>
border-color css
<style>
span { border-color: #6DCD19; }
span { border-color: rgb(109,205,25); }
td.TdClassName
{
border-color: #6DCD19;
}
.TagClassName
{
border-color: #6DCD19;
}
</style>