Shades of Christi #6FCD06
Tints of Christi #6FCD06
RGB
CMYK
RGB Variations
Color information
#6FCD06 (or 0x6FCD06) is known color: Christi. HEX triplet: 6F, CD and 06. RGB value is (111,205,6). Sum of RGB (Red+Green+Blue) = 111+205+6=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCD06 is #9032F9. Grayscale: #9A9A9A. Windows color (decimal): -9450234 or 445807. OLE color: 445807.
HSL color Cylindrical-coordinate representation of color #6FCD06: hue angle of 88.34º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6FCD06 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 6 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.20 |
| HSL | 88.34º | 0.94% | 0.41% | - |
| HSV(B) | 88.34º | 0.97% | 0.8% | - |
| XYZ | 28.42 | 47.06 | 7.76 | - |
| YUV | 154.21 | 44.36 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 6 | 0.46 | 0 | 0.97 | 0.20 | 88.34 | 0.94 | 0.41 |
| Hex | 6F | CD | 6 | 2E | 0 | 61 | 14 | 58 | 5E | 29 |
| Octal | 157 | 315 | 6 | 56 | 0 | 141 | 24 | 130 | 136 | 51 |
| Binary | 1101111 | 11001101 | 110 | 101110 | 0 | 1100001 | 10100 | 1011000 | 1011110 | 101001 |
Color Harmonies of #6FCD06
Complementary color
Monochromatic Colors of #6FCD06
Black with #6FCD06
Text Example
Text Example
White with #6FCD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD06; }
p { color: rgb(111,205,6); }
H1.HeaderClassName
{
color: #6FCD06;
}
.AnyTagClassName
{
color: #6FCD06;
}
</style>
background-color css
<style>
a { background-color: #6FCD06; }
a { background-color: rgb(111,205,6); }
div.DivClassName
{
background-color: #6FCD06;
}
.BgClassName
{
background-color: #6FCD06;
}
</style>
border-color css
<style>
span { border-color: #6FCD06; }
span { border-color: rgb(111,205,6); }
td.TdClassName
{
border-color: #6FCD06;
}
.TagClassName
{
border-color: #6FCD06;
}
</style>