Shades of Christi #6FCD0D
Tints of Christi #6FCD0D
RGB
CMYK
RGB Variations
Color information
#6FCD0D (or 0x6FCD0D) is known color: Christi. HEX triplet: 6F, CD and 0D. RGB value is (111,205,13). Sum of RGB (Red+Green+Blue) = 111+205+13=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCD0D is #9032F2. Grayscale: #9B9B9B. Windows color (decimal): -9450227 or 904559. OLE color: 904559.
HSL color Cylindrical-coordinate representation of color #6FCD0D: hue angle of 89.37º degrees, saturation: 0.88, 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 #6FCD0D is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 13 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.20 |
| HSL | 89.37º | 0.88% | 0.43% | - |
| HSV(B) | 89.37º | 0.94% | 0.8% | - |
| XYZ | 28.46 | 47.07 | 7.97 | - |
| YUV | 155.01 | 47.86 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 13 | 0.46 | 0 | 0.94 | 0.20 | 89.37 | 0.88 | 0.43 |
| Hex | 6F | CD | D | 2E | 0 | 5E | 14 | 59 | 58 | 2B |
| Octal | 157 | 315 | 15 | 56 | 0 | 136 | 24 | 131 | 130 | 53 |
| Binary | 1101111 | 11001101 | 1101 | 101110 | 0 | 1011110 | 10100 | 1011001 | 1011000 | 101011 |
Color Harmonies of #6FCD0D
Complementary color
Monochromatic Colors of #6FCD0D
Black with #6FCD0D
Text Example
Text Example
White with #6FCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD0D; }
p { color: rgb(111,205,13); }
H1.HeaderClassName
{
color: #6FCD0D;
}
.AnyTagClassName
{
color: #6FCD0D;
}
</style>
background-color css
<style>
a { background-color: #6FCD0D; }
a { background-color: rgb(111,205,13); }
div.DivClassName
{
background-color: #6FCD0D;
}
.BgClassName
{
background-color: #6FCD0D;
}
</style>
border-color css
<style>
span { border-color: #6FCD0D; }
span { border-color: rgb(111,205,13); }
td.TdClassName
{
border-color: #6FCD0D;
}
.TagClassName
{
border-color: #6FCD0D;
}
</style>