Shades of Christi #6ABF01
Tints of Christi #6ABF01
RGB
CMYK
RGB Variations
Color information
#6ABF01 (or 0x6ABF01) is known color: Christi. HEX triplet: 6A, BF and 01. RGB value is (106,191,1). Sum of RGB (Red+Green+Blue) = 106+191+1=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABF01 is #9540FE. Grayscale: #909090. Windows color (decimal): -9781503 or 114538. OLE color: 114538.
HSL color Cylindrical-coordinate representation of color #6ABF01: hue angle of 86.84º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6ABF01 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 191 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.25 |
| HSL | 86.84º | 0.99% | 0.38% | - |
| HSV(B) | 86.84º | 0.99% | 0.75% | - |
| XYZ | 24.58 | 40.33 | 6.52 | - |
| YUV | 143.93 | 47.34 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 1 | 0.45 | 0 | 0.99 | 0.25 | 86.84 | 0.99 | 0.38 |
| Hex | 6A | BF | 1 | 2D | 0 | 63 | 19 | 57 | 63 | 26 |
| Octal | 152 | 277 | 1 | 55 | 0 | 143 | 31 | 127 | 143 | 46 |
| Binary | 1101010 | 10111111 | 1 | 101101 | 0 | 1100011 | 11001 | 1010111 | 1100011 | 100110 |
Color Harmonies of #6ABF01
Complementary color
Monochromatic Colors of #6ABF01
Black with #6ABF01
Text Example
Text Example
White with #6ABF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABF01; }
p { color: rgb(106,191,1); }
H1.HeaderClassName
{
color: #6ABF01;
}
.AnyTagClassName
{
color: #6ABF01;
}
</style>
background-color css
<style>
a { background-color: #6ABF01; }
a { background-color: rgb(106,191,1); }
div.DivClassName
{
background-color: #6ABF01;
}
.BgClassName
{
background-color: #6ABF01;
}
</style>
border-color css
<style>
span { border-color: #6ABF01; }
span { border-color: rgb(106,191,1); }
td.TdClassName
{
border-color: #6ABF01;
}
.TagClassName
{
border-color: #6ABF01;
}
</style>