Shades of Christi #6FCD19
Tints of Christi #6FCD19
RGB
CMYK
RGB Variations
Color information
#6FCD19 (or 0x6FCD19) is known color: Christi. HEX triplet: 6F, CD and 19. RGB value is (111,205,25). Sum of RGB (Red+Green+Blue) = 111+205+25=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCD19 is #9032E6. Grayscale: #9D9D9D. Windows color (decimal): -9450215 or 1690991. OLE color: 1690991.
HSL color Cylindrical-coordinate representation of color #6FCD19: hue angle of 91.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6FCD19 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 25 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.20 |
| HSL | 91.33º | 0.78% | 0.45% | - |
| HSV(B) | 91.33º | 0.88% | 0.8% | - |
| XYZ | 28.56 | 47.11 | 8.51 | - |
| YUV | 156.37 | 53.86 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 25 | 0.46 | 0 | 0.88 | 0.20 | 91.33 | 0.78 | 0.45 |
| Hex | 6F | CD | 19 | 2E | 0 | 58 | 14 | 5B | 4E | 2D |
| Octal | 157 | 315 | 31 | 56 | 0 | 130 | 24 | 133 | 116 | 55 |
| Binary | 1101111 | 11001101 | 11001 | 101110 | 0 | 1011000 | 10100 | 1011011 | 1001110 | 101101 |
Color Harmonies of #6FCD19
Complementary color
Monochromatic Colors of #6FCD19
Black with #6FCD19
Text Example
Text Example
White with #6FCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD19; }
p { color: rgb(111,205,25); }
H1.HeaderClassName
{
color: #6FCD19;
}
.AnyTagClassName
{
color: #6FCD19;
}
</style>
background-color css
<style>
a { background-color: #6FCD19; }
a { background-color: rgb(111,205,25); }
div.DivClassName
{
background-color: #6FCD19;
}
.BgClassName
{
background-color: #6FCD19;
}
</style>
border-color css
<style>
span { border-color: #6FCD19; }
span { border-color: rgb(111,205,25); }
td.TdClassName
{
border-color: #6FCD19;
}
.TagClassName
{
border-color: #6FCD19;
}
</style>