Shades of Christi #6ECF1F
Tints of Christi #6ECF1F
RGB
CMYK
RGB Variations
Color information
#6ECF1F (or 0x6ECF1F) is known color: Christi. HEX triplet: 6E, CF and 1F. RGB value is (110,207,31). Sum of RGB (Red+Green+Blue) = 110+207+31=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECF1F is #9130E0. Grayscale: #9E9E9E. Windows color (decimal): -9515233 or 2084718. OLE color: 2084718.
HSL color Cylindrical-coordinate representation of color #6ECF1F: hue angle of 93.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6ECF1F is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 31 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.19 |
| HSL | 93.07º | 0.74% | 0.47% | - |
| HSV(B) | 93.07º | 0.85% | 0.81% | - |
| XYZ | 28.99 | 48.04 | 9.04 | - |
| YUV | 157.93 | 56.36 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 31 | 0.47 | 0 | 0.85 | 0.19 | 93.07 | 0.74 | 0.47 |
| Hex | 6E | CF | 1F | 2F | 0 | 55 | 13 | 5D | 4A | 2F |
| Octal | 156 | 317 | 37 | 57 | 0 | 125 | 23 | 135 | 112 | 57 |
| Binary | 1101110 | 11001111 | 11111 | 101111 | 0 | 1010101 | 10011 | 1011101 | 1001010 | 101111 |
Color Harmonies of #6ECF1F
Complementary color
Monochromatic Colors of #6ECF1F
Black with #6ECF1F
Text Example
Text Example
White with #6ECF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECF1F; }
p { color: rgb(110,207,31); }
H1.HeaderClassName
{
color: #6ECF1F;
}
.AnyTagClassName
{
color: #6ECF1F;
}
</style>
background-color css
<style>
a { background-color: #6ECF1F; }
a { background-color: rgb(110,207,31); }
div.DivClassName
{
background-color: #6ECF1F;
}
.BgClassName
{
background-color: #6ECF1F;
}
</style>
border-color css
<style>
span { border-color: #6ECF1F; }
span { border-color: rgb(110,207,31); }
td.TdClassName
{
border-color: #6ECF1F;
}
.TagClassName
{
border-color: #6ECF1F;
}
</style>