Shades of Christi #6DCB0D
Tints of Christi #6DCB0D
RGB
CMYK
RGB Variations
Color information
#6DCB0D (or 0x6DCB0D) is known color: Christi. HEX triplet: 6D, CB and 0D. RGB value is (109,203,13). Sum of RGB (Red+Green+Blue) = 109+203+13=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 203 (79.69% from 255 or 62.46% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCB0D is #9234F2. Grayscale: #999999. Windows color (decimal): -9581811 or 904045. OLE color: 904045.
HSL color Cylindrical-coordinate representation of color #6DCB0D: hue angle of 89.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DCB0D is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 13 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.20 |
| HSL | 89.68º | 0.88% | 0.42% | - |
| HSV(B) | 89.68º | 0.94% | 0.8% | - |
| XYZ | 27.74 | 45.99 | 7.8 | - |
| YUV | 153.23 | 48.86 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 13 | 0.46 | 0 | 0.94 | 0.20 | 89.68 | 0.88 | 0.42 |
| Hex | 6D | CB | D | 2E | 0 | 5E | 14 | 5A | 58 | 2A |
| Octal | 155 | 313 | 15 | 56 | 0 | 136 | 24 | 132 | 130 | 52 |
| Binary | 1101101 | 11001011 | 1101 | 101110 | 0 | 1011110 | 10100 | 1011010 | 1011000 | 101010 |
Color Harmonies of #6DCB0D
Complementary color
Monochromatic Colors of #6DCB0D
Black with #6DCB0D
Text Example
Text Example
White with #6DCB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB0D; }
p { color: rgb(109,203,13); }
H1.HeaderClassName
{
color: #6DCB0D;
}
.AnyTagClassName
{
color: #6DCB0D;
}
</style>
background-color css
<style>
a { background-color: #6DCB0D; }
a { background-color: rgb(109,203,13); }
div.DivClassName
{
background-color: #6DCB0D;
}
.BgClassName
{
background-color: #6DCB0D;
}
</style>
border-color css
<style>
span { border-color: #6DCB0D; }
span { border-color: rgb(109,203,13); }
td.TdClassName
{
border-color: #6DCB0D;
}
.TagClassName
{
border-color: #6DCB0D;
}
</style>