Shades of Christi #6FC41C
Tints of Christi #6FC41C
RGB
CMYK
RGB Variations
Color information
#6FC41C (or 0x6FC41C) is known color: Christi. HEX triplet: 6F, C4 and 1C. RGB value is (111,196,28). Sum of RGB (Red+Green+Blue) = 111+196+28=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #6FC41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC41C is #903BE3. Grayscale: #989898. Windows color (decimal): -9452516 or 1885295. OLE color: 1885295.
HSL color Cylindrical-coordinate representation of color #6FC41C: hue angle of 90.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6FC41C is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 196 | 28 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.23 |
| HSL | 90.36º | 0.75% | 0.44% | - |
| HSV(B) | 90.36º | 0.86% | 0.77% | - |
| XYZ | 26.51 | 42.94 | 7.99 | - |
| YUV | 151.43 | 58.34 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 28 | 0.43 | 0 | 0.86 | 0.23 | 90.36 | 0.75 | 0.44 |
| Hex | 6F | C4 | 1C | 2B | 0 | 56 | 17 | 5A | 4B | 2C |
| Octal | 157 | 304 | 34 | 53 | 0 | 126 | 27 | 132 | 113 | 54 |
| Binary | 1101111 | 11000100 | 11100 | 101011 | 0 | 1010110 | 10111 | 1011010 | 1001011 | 101100 |
Color Harmonies of #6FC41C
Complementary color
Monochromatic Colors of #6FC41C
Black with #6FC41C
Text Example
Text Example
White with #6FC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC41C; }
p { color: rgb(111,196,28); }
H1.HeaderClassName
{
color: #6FC41C;
}
.AnyTagClassName
{
color: #6FC41C;
}
</style>
background-color css
<style>
a { background-color: #6FC41C; }
a { background-color: rgb(111,196,28); }
div.DivClassName
{
background-color: #6FC41C;
}
.BgClassName
{
background-color: #6FC41C;
}
</style>
border-color css
<style>
span { border-color: #6FC41C; }
span { border-color: rgb(111,196,28); }
td.TdClassName
{
border-color: #6FC41C;
}
.TagClassName
{
border-color: #6FC41C;
}
</style>