Shades of Christi #6EBF2D
Tints of Christi #6EBF2D
RGB
CMYK
RGB Variations
Color information
#6EBF2D (or 0x6EBF2D) is known color: Christi. HEX triplet: 6E, BF and 2D. RGB value is (110,191,45). Sum of RGB (Red+Green+Blue) = 110+191+45=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBF2D is #9140D2. Grayscale: #969696. Windows color (decimal): -9519315 or 2998126. OLE color: 2998126.
HSL color Cylindrical-coordinate representation of color #6EBF2D: hue angle of 93.29º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6EBF2D is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 191 | 45 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.25 |
| HSL | 93.29º | 0.62% | 0.46% | - |
| HSV(B) | 93.29º | 0.76% | 0.75% | - |
| XYZ | 25.53 | 40.77 | 9.01 | - |
| YUV | 150.14 | 68.66 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 45 | 0.42 | 0 | 0.76 | 0.25 | 93.29 | 0.62 | 0.46 |
| Hex | 6E | BF | 2D | 2A | 0 | 4C | 19 | 5D | 3E | 2E |
| Octal | 156 | 277 | 55 | 52 | 0 | 114 | 31 | 135 | 76 | 56 |
| Binary | 1101110 | 10111111 | 101101 | 101010 | 0 | 1001100 | 11001 | 1011101 | 111110 | 101110 |
Color Harmonies of #6EBF2D
Complementary color
Monochromatic Colors of #6EBF2D
Black with #6EBF2D
Text Example
Text Example
White with #6EBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBF2D; }
p { color: rgb(110,191,45); }
H1.HeaderClassName
{
color: #6EBF2D;
}
.AnyTagClassName
{
color: #6EBF2D;
}
</style>
background-color css
<style>
a { background-color: #6EBF2D; }
a { background-color: rgb(110,191,45); }
div.DivClassName
{
background-color: #6EBF2D;
}
.BgClassName
{
background-color: #6EBF2D;
}
</style>
border-color css
<style>
span { border-color: #6EBF2D; }
span { border-color: rgb(110,191,45); }
td.TdClassName
{
border-color: #6EBF2D;
}
.TagClassName
{
border-color: #6EBF2D;
}
</style>