Shades of Christi #6EBF1C
Tints of Christi #6EBF1C
RGB
CMYK
RGB Variations
Color information
#6EBF1C (or 0x6EBF1C) is known color: Christi. HEX triplet: 6E, BF and 1C. RGB value is (110,191,28). Sum of RGB (Red+Green+Blue) = 110+191+28=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBF1C is #9140E3. Grayscale: #949494. Windows color (decimal): -9519332 or 1884014. OLE color: 1884014.
HSL color Cylindrical-coordinate representation of color #6EBF1C: hue angle of 89.82º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6EBF1C is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 191 | 28 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.25 |
| HSL | 89.82º | 0.74% | 0.43% | - |
| HSV(B) | 89.82º | 0.85% | 0.75% | - |
| XYZ | 25.27 | 40.66 | 7.61 | - |
| YUV | 148.2 | 60.16 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 28 | 0.42 | 0 | 0.85 | 0.25 | 89.82 | 0.74 | 0.43 |
| Hex | 6E | BF | 1C | 2A | 0 | 55 | 19 | 5A | 4A | 2B |
| Octal | 156 | 277 | 34 | 52 | 0 | 125 | 31 | 132 | 112 | 53 |
| Binary | 1101110 | 10111111 | 11100 | 101010 | 0 | 1010101 | 11001 | 1011010 | 1001010 | 101011 |
Color Harmonies of #6EBF1C
Complementary color
Monochromatic Colors of #6EBF1C
Black with #6EBF1C
Text Example
Text Example
White with #6EBF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBF1C; }
p { color: rgb(110,191,28); }
H1.HeaderClassName
{
color: #6EBF1C;
}
.AnyTagClassName
{
color: #6EBF1C;
}
</style>
background-color css
<style>
a { background-color: #6EBF1C; }
a { background-color: rgb(110,191,28); }
div.DivClassName
{
background-color: #6EBF1C;
}
.BgClassName
{
background-color: #6EBF1C;
}
</style>
border-color css
<style>
span { border-color: #6EBF1C; }
span { border-color: rgb(110,191,28); }
td.TdClassName
{
border-color: #6EBF1C;
}
.TagClassName
{
border-color: #6EBF1C;
}
</style>