Shades of Christi #6FCD00
Tints of Christi #6FCD00
RGB
CMYK
RGB Variations
Color information
#6FCD00 (or 0x6FCD00) is known color: Christi. HEX triplet: 6F, CD and 00. RGB value is (111,205,0). Sum of RGB (Red+Green+Blue) = 111+205+0=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCD00 is #9032FF. Grayscale: #9A9A9A. Windows color (decimal): -9450240 or 52591. OLE color: 52591.
HSL color Cylindrical-coordinate representation of color #6FCD00: hue angle of 87.51º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FCD00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.20 |
| HSL | 87.51º | 1% | 0.4% | - |
| HSV(B) | 87.51º | 1% | 0.8% | - |
| XYZ | 28.39 | 47.04 | 7.58 | - |
| YUV | 153.52 | 41.36 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 0 | 0.46 | 0 | 1 | 0.20 | 87.51 | 1 | 0.4 |
| Hex | 6F | CD | 0 | 2E | 0 | 64 | 14 | 58 | 64 | 28 |
| Octal | 157 | 315 | 0 | 56 | 0 | 144 | 24 | 130 | 144 | 50 |
| Binary | 1101111 | 11001101 | 0 | 101110 | 0 | 1100100 | 10100 | 1011000 | 1100100 | 101000 |
Color Harmonies of #6FCD00
Complementary color
Monochromatic Colors of #6FCD00
Black with #6FCD00
Text Example
Text Example
White with #6FCD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD00; }
p { color: rgb(111,205,0); }
H1.HeaderClassName
{
color: #6FCD00;
}
.AnyTagClassName
{
color: #6FCD00;
}
</style>
background-color css
<style>
a { background-color: #6FCD00; }
a { background-color: rgb(111,205,0); }
div.DivClassName
{
background-color: #6FCD00;
}
.BgClassName
{
background-color: #6FCD00;
}
</style>
border-color css
<style>
span { border-color: #6FCD00; }
span { border-color: rgb(111,205,0); }
td.TdClassName
{
border-color: #6FCD00;
}
.TagClassName
{
border-color: #6FCD00;
}
</style>