Shades of Christi #6BBC1E
Tints of Christi #6BBC1E
RGB
CMYK
RGB Variations
Color information
#6BBC1E (or 0x6BBC1E) is known color: Christi. HEX triplet: 6B, BC and 1E. RGB value is (107,188,30). Sum of RGB (Red+Green+Blue) = 107+188+30=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBC1E is #9443E1. Grayscale: #929292. Windows color (decimal): -9716706 or 2014315. OLE color: 2014315.
HSL color Cylindrical-coordinate representation of color #6BBC1E: hue angle of 90.76º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6BBC1E is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 30 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.26 |
| HSL | 90.76º | 0.72% | 0.43% | - |
| HSV(B) | 90.76º | 0.84% | 0.74% | - |
| XYZ | 24.28 | 39.19 | 7.51 | - |
| YUV | 145.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 30 | 0.43 | 0 | 0.84 | 0.26 | 90.76 | 0.72 | 0.43 |
| Hex | 6B | BC | 1E | 2B | 0 | 54 | 1A | 5B | 48 | 2B |
| Octal | 153 | 274 | 36 | 53 | 0 | 124 | 32 | 133 | 110 | 53 |
| Binary | 1101011 | 10111100 | 11110 | 101011 | 0 | 1010100 | 11010 | 1011011 | 1001000 | 101011 |
Color Harmonies of #6BBC1E
Complementary color
Monochromatic Colors of #6BBC1E
Black with #6BBC1E
Text Example
Text Example
White with #6BBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC1E; }
p { color: rgb(107,188,30); }
H1.HeaderClassName
{
color: #6BBC1E;
}
.AnyTagClassName
{
color: #6BBC1E;
}
</style>
background-color css
<style>
a { background-color: #6BBC1E; }
a { background-color: rgb(107,188,30); }
div.DivClassName
{
background-color: #6BBC1E;
}
.BgClassName
{
background-color: #6BBC1E;
}
</style>
border-color css
<style>
span { border-color: #6BBC1E; }
span { border-color: rgb(107,188,30); }
td.TdClassName
{
border-color: #6BBC1E;
}
.TagClassName
{
border-color: #6BBC1E;
}
</style>