Shades of Christi #6ABE2D
Tints of Christi #6ABE2D
RGB
CMYK
RGB Variations
Color information
#6ABE2D (or 0x6ABE2D) is known color: Christi. HEX triplet: 6A, BE and 2D. RGB value is (106,190,45). Sum of RGB (Red+Green+Blue) = 106+190+45=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABE2D is #9541D2. Grayscale: #949494. Windows color (decimal): -9781715 or 2997866. OLE color: 2997866.
HSL color Cylindrical-coordinate representation of color #6ABE2D: hue angle of 94.76º 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 #6ABE2D is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 190 | 45 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.25 |
| HSL | 94.76º | 0.62% | 0.46% | - |
| HSV(B) | 94.76º | 0.76% | 0.75% | - |
| XYZ | 24.83 | 40.08 | 8.91 | - |
| YUV | 148.35 | 69.67 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 45 | 0.44 | 0 | 0.76 | 0.25 | 94.76 | 0.62 | 0.46 |
| Hex | 6A | BE | 2D | 2C | 0 | 4C | 19 | 5F | 3E | 2E |
| Octal | 152 | 276 | 55 | 54 | 0 | 114 | 31 | 137 | 76 | 56 |
| Binary | 1101010 | 10111110 | 101101 | 101100 | 0 | 1001100 | 11001 | 1011111 | 111110 | 101110 |
Color Harmonies of #6ABE2D
Complementary color
Monochromatic Colors of #6ABE2D
Black with #6ABE2D
Text Example
Text Example
White with #6ABE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABE2D; }
p { color: rgb(106,190,45); }
H1.HeaderClassName
{
color: #6ABE2D;
}
.AnyTagClassName
{
color: #6ABE2D;
}
</style>
background-color css
<style>
a { background-color: #6ABE2D; }
a { background-color: rgb(106,190,45); }
div.DivClassName
{
background-color: #6ABE2D;
}
.BgClassName
{
background-color: #6ABE2D;
}
</style>
border-color css
<style>
span { border-color: #6ABE2D; }
span { border-color: rgb(106,190,45); }
td.TdClassName
{
border-color: #6ABE2D;
}
.TagClassName
{
border-color: #6ABE2D;
}
</style>