Shades of Christi #6FCD0C
Tints of Christi #6FCD0C
RGB
CMYK
RGB Variations
Color information
#6FCD0C (or 0x6FCD0C) is known color: Christi. HEX triplet: 6F, CD and 0C. RGB value is (111,205,12). Sum of RGB (Red+Green+Blue) = 111+205+12=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 205 (80.47% from 255 or 62.5% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCD0C is #9032F3. Grayscale: #9B9B9B. Windows color (decimal): -9450228 or 839023. OLE color: 839023.
HSL color Cylindrical-coordinate representation of color #6FCD0C: hue angle of 89.22º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6FCD0C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 12 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.20 |
| HSL | 89.22º | 0.89% | 0.43% | - |
| HSV(B) | 89.22º | 0.94% | 0.8% | - |
| XYZ | 28.45 | 47.07 | 7.93 | - |
| YUV | 154.89 | 47.36 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 12 | 0.46 | 0 | 0.94 | 0.20 | 89.22 | 0.89 | 0.43 |
| Hex | 6F | CD | C | 2E | 0 | 5E | 14 | 59 | 59 | 2B |
| Octal | 157 | 315 | 14 | 56 | 0 | 136 | 24 | 131 | 131 | 53 |
| Binary | 1101111 | 11001101 | 1100 | 101110 | 0 | 1011110 | 10100 | 1011001 | 1011001 | 101011 |
Color Harmonies of #6FCD0C
Complementary color
Monochromatic Colors of #6FCD0C
Black with #6FCD0C
Text Example
Text Example
White with #6FCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD0C; }
p { color: rgb(111,205,12); }
H1.HeaderClassName
{
color: #6FCD0C;
}
.AnyTagClassName
{
color: #6FCD0C;
}
</style>
background-color css
<style>
a { background-color: #6FCD0C; }
a { background-color: rgb(111,205,12); }
div.DivClassName
{
background-color: #6FCD0C;
}
.BgClassName
{
background-color: #6FCD0C;
}
</style>
border-color css
<style>
span { border-color: #6FCD0C; }
span { border-color: rgb(111,205,12); }
td.TdClassName
{
border-color: #6FCD0C;
}
.TagClassName
{
border-color: #6FCD0C;
}
</style>