Shades of Christi #6DCF12
Tints of Christi #6DCF12
RGB
CMYK
RGB Variations
Color information
#6DCF12 (or 0x6DCF12) is known color: Christi. HEX triplet: 6D, CF and 12. RGB value is (109,207,18). Sum of RGB (Red+Green+Blue) = 109+207+18=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCF12 is #9230ED. Grayscale: #9C9C9C. Windows color (decimal): -9580782 or 1232749. OLE color: 1232749.
HSL color Cylindrical-coordinate representation of color #6DCF12: hue angle of 91.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DCF12 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 18 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.19 |
| HSL | 91.11º | 0.84% | 0.44% | - |
| HSV(B) | 91.11º | 0.91% | 0.81% | - |
| XYZ | 28.73 | 47.92 | 8.31 | - |
| YUV | 156.15 | 50.03 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 18 | 0.47 | 0 | 0.91 | 0.19 | 91.11 | 0.84 | 0.44 |
| Hex | 6D | CF | 12 | 2F | 0 | 5B | 13 | 5B | 54 | 2C |
| Octal | 155 | 317 | 22 | 57 | 0 | 133 | 23 | 133 | 124 | 54 |
| Binary | 1101101 | 11001111 | 10010 | 101111 | 0 | 1011011 | 10011 | 1011011 | 1010100 | 101100 |
Color Harmonies of #6DCF12
Complementary color
Monochromatic Colors of #6DCF12
Black with #6DCF12
Text Example
Text Example
White with #6DCF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF12; }
p { color: rgb(109,207,18); }
H1.HeaderClassName
{
color: #6DCF12;
}
.AnyTagClassName
{
color: #6DCF12;
}
</style>
background-color css
<style>
a { background-color: #6DCF12; }
a { background-color: rgb(109,207,18); }
div.DivClassName
{
background-color: #6DCF12;
}
.BgClassName
{
background-color: #6DCF12;
}
</style>
border-color css
<style>
span { border-color: #6DCF12; }
span { border-color: rgb(109,207,18); }
td.TdClassName
{
border-color: #6DCF12;
}
.TagClassName
{
border-color: #6DCF12;
}
</style>