Shades of Christi #6BBF1C
Tints of Christi #6BBF1C
RGB
CMYK
RGB Variations
Color information
#6BBF1C (or 0x6BBF1C) is known color: Christi. HEX triplet: 6B, BF and 1C. RGB value is (107,191,28). Sum of RGB (Red+Green+Blue) = 107+191+28=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #6BBF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBF1C is #9440E3. Grayscale: #939393. Windows color (decimal): -9715940 or 1884011. OLE color: 1884011.
HSL color Cylindrical-coordinate representation of color #6BBF1C: hue angle of 90.92º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6BBF1C is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 191 | 28 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.25 |
| HSL | 90.92º | 0.74% | 0.43% | - |
| HSV(B) | 90.92º | 0.85% | 0.75% | - |
| XYZ | 24.9 | 40.47 | 7.6 | - |
| YUV | 147.3 | 60.67 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 191 | 28 | 0.44 | 0 | 0.85 | 0.25 | 90.92 | 0.74 | 0.43 |
| Hex | 6B | BF | 1C | 2C | 0 | 55 | 19 | 5B | 4A | 2B |
| Octal | 153 | 277 | 34 | 54 | 0 | 125 | 31 | 133 | 112 | 53 |
| Binary | 1101011 | 10111111 | 11100 | 101100 | 0 | 1010101 | 11001 | 1011011 | 1001010 | 101011 |
Color Harmonies of #6BBF1C
Complementary color
Monochromatic Colors of #6BBF1C
Black with #6BBF1C
Text Example
Text Example
White with #6BBF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBF1C; }
p { color: rgb(107,191,28); }
H1.HeaderClassName
{
color: #6BBF1C;
}
.AnyTagClassName
{
color: #6BBF1C;
}
</style>
background-color css
<style>
a { background-color: #6BBF1C; }
a { background-color: rgb(107,191,28); }
div.DivClassName
{
background-color: #6BBF1C;
}
.BgClassName
{
background-color: #6BBF1C;
}
</style>
border-color css
<style>
span { border-color: #6BBF1C; }
span { border-color: rgb(107,191,28); }
td.TdClassName
{
border-color: #6BBF1C;
}
.TagClassName
{
border-color: #6BBF1C;
}
</style>