Shades of Christi #6ABF2B
Tints of Christi #6ABF2B
RGB
CMYK
RGB Variations
Color information
#6ABF2B (or 0x6ABF2B) is known color: Christi. HEX triplet: 6A, BF and 2B. RGB value is (106,191,43). Sum of RGB (Red+Green+Blue) = 106+191+43=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABF2B is #9540D4. Grayscale: #959595. Windows color (decimal): -9781461 or 2867050. OLE color: 2867050.
HSL color Cylindrical-coordinate representation of color #6ABF2B: hue angle of 94.46º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6ABF2B is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 191 | 43 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.25 |
| HSL | 94.46º | 0.63% | 0.46% | - |
| HSV(B) | 94.46º | 0.77% | 0.75% | - |
| XYZ | 25.01 | 40.5 | 8.78 | - |
| YUV | 148.71 | 68.34 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 43 | 0.45 | 0 | 0.77 | 0.25 | 94.46 | 0.63 | 0.46 |
| Hex | 6A | BF | 2B | 2D | 0 | 4D | 19 | 5E | 3F | 2E |
| Octal | 152 | 277 | 53 | 55 | 0 | 115 | 31 | 136 | 77 | 56 |
| Binary | 1101010 | 10111111 | 101011 | 101101 | 0 | 1001101 | 11001 | 1011110 | 111111 | 101110 |
Color Harmonies of #6ABF2B
Complementary color
Monochromatic Colors of #6ABF2B
Black with #6ABF2B
Text Example
Text Example
White with #6ABF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABF2B; }
p { color: rgb(106,191,43); }
H1.HeaderClassName
{
color: #6ABF2B;
}
.AnyTagClassName
{
color: #6ABF2B;
}
</style>
background-color css
<style>
a { background-color: #6ABF2B; }
a { background-color: rgb(106,191,43); }
div.DivClassName
{
background-color: #6ABF2B;
}
.BgClassName
{
background-color: #6ABF2B;
}
</style>
border-color css
<style>
span { border-color: #6ABF2B; }
span { border-color: rgb(106,191,43); }
td.TdClassName
{
border-color: #6ABF2B;
}
.TagClassName
{
border-color: #6ABF2B;
}
</style>