Shades of Christi #6EBB1F
Tints of Christi #6EBB1F
RGB
CMYK
RGB Variations
Color information
#6EBB1F (or 0x6EBB1F) is known color: Christi. HEX triplet: 6E, BB and 1F. RGB value is (110,187,31). Sum of RGB (Red+Green+Blue) = 110+187+31=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBB1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBB1F is #9144E0. Grayscale: #929292. Windows color (decimal): -9520353 or 2079598. OLE color: 2079598.
HSL color Cylindrical-coordinate representation of color #6EBB1F: hue angle of 89.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6EBB1F is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 187 | 31 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.27 |
| HSL | 89.62º | 0.72% | 0.43% | - |
| HSV(B) | 89.62º | 0.83% | 0.73% | - |
| XYZ | 24.45 | 38.95 | 7.53 | - |
| YUV | 146.19 | 62.99 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 31 | 0.41 | 0 | 0.83 | 0.27 | 89.62 | 0.72 | 0.43 |
| Hex | 6E | BB | 1F | 29 | 0 | 53 | 1B | 5A | 48 | 2B |
| Octal | 156 | 273 | 37 | 51 | 0 | 123 | 33 | 132 | 110 | 53 |
| Binary | 1101110 | 10111011 | 11111 | 101001 | 0 | 1010011 | 11011 | 1011010 | 1001000 | 101011 |
Color Harmonies of #6EBB1F
Complementary color
Monochromatic Colors of #6EBB1F
Black with #6EBB1F
Text Example
Text Example
White with #6EBB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBB1F; }
p { color: rgb(110,187,31); }
H1.HeaderClassName
{
color: #6EBB1F;
}
.AnyTagClassName
{
color: #6EBB1F;
}
</style>
background-color css
<style>
a { background-color: #6EBB1F; }
a { background-color: rgb(110,187,31); }
div.DivClassName
{
background-color: #6EBB1F;
}
.BgClassName
{
background-color: #6EBB1F;
}
</style>
border-color css
<style>
span { border-color: #6EBB1F; }
span { border-color: rgb(110,187,31); }
td.TdClassName
{
border-color: #6EBB1F;
}
.TagClassName
{
border-color: #6EBB1F;
}
</style>