Shades of Christi #6FD00C
Tints of Christi #6FD00C
RGB
CMYK
RGB Variations
Color information
#6FD00C (or 0x6FD00C) is known color: Christi. HEX triplet: 6F, D0 and 0C. RGB value is (111,208,12). Sum of RGB (Red+Green+Blue) = 111+208+12=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD00C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD00C is #902FF3. Grayscale: #9D9D9D. Windows color (decimal): -9449460 or 839791. OLE color: 839791.
HSL color Cylindrical-coordinate representation of color #6FD00C: hue angle of 89.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6FD00C is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 12 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.18 |
| HSL | 89.69º | 0.89% | 0.43% | - |
| HSV(B) | 89.69º | 0.94% | 0.82% | - |
| XYZ | 29.18 | 48.52 | 8.17 | - |
| YUV | 156.65 | 46.36 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 12 | 0.47 | 0 | 0.94 | 0.18 | 89.69 | 0.89 | 0.43 |
| Hex | 6F | D0 | C | 2F | 0 | 5E | 12 | 5A | 59 | 2B |
| Octal | 157 | 320 | 14 | 57 | 0 | 136 | 22 | 132 | 131 | 53 |
| Binary | 1101111 | 11010000 | 1100 | 101111 | 0 | 1011110 | 10010 | 1011010 | 1011001 | 101011 |
Color Harmonies of #6FD00C
Complementary color
Monochromatic Colors of #6FD00C
Black with #6FD00C
Text Example
Text Example
White with #6FD00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD00C; }
p { color: rgb(111,208,12); }
H1.HeaderClassName
{
color: #6FD00C;
}
.AnyTagClassName
{
color: #6FD00C;
}
</style>
background-color css
<style>
a { background-color: #6FD00C; }
a { background-color: rgb(111,208,12); }
div.DivClassName
{
background-color: #6FD00C;
}
.BgClassName
{
background-color: #6FD00C;
}
</style>
border-color css
<style>
span { border-color: #6FD00C; }
span { border-color: rgb(111,208,12); }
td.TdClassName
{
border-color: #6FD00C;
}
.TagClassName
{
border-color: #6FD00C;
}
</style>