Shades of Christi #6BCB15
Tints of Christi #6BCB15
RGB
CMYK
RGB Variations
Color information
#6BCB15 (or 0x6BCB15) is known color: Christi. HEX triplet: 6B, CB and 15. RGB value is (107,203,21). Sum of RGB (Red+Green+Blue) = 107+203+21=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCB15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BCB15 is #9434EA. Grayscale: #9A9A9A. Windows color (decimal): -9712875 or 1428331. OLE color: 1428331.
HSL color Cylindrical-coordinate representation of color #6BCB15: hue angle of 91.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BCB15 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 21 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.20 |
| HSL | 91.65º | 0.81% | 0.44% | - |
| HSV(B) | 91.65º | 0.9% | 0.8% | - |
| XYZ | 27.55 | 45.89 | 8.12 | - |
| YUV | 153.55 | 53.2 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 21 | 0.47 | 0 | 0.90 | 0.20 | 91.65 | 0.81 | 0.44 |
| Hex | 6B | CB | 15 | 2F | 0 | 5A | 14 | 5C | 51 | 2C |
| Octal | 153 | 313 | 25 | 57 | 0 | 132 | 24 | 134 | 121 | 54 |
| Binary | 1101011 | 11001011 | 10101 | 101111 | 0 | 1011010 | 10100 | 1011100 | 1010001 | 101100 |
Color Harmonies of #6BCB15
Complementary color
Monochromatic Colors of #6BCB15
Black with #6BCB15
Text Example
Text Example
White with #6BCB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCB15; }
p { color: rgb(107,203,21); }
H1.HeaderClassName
{
color: #6BCB15;
}
.AnyTagClassName
{
color: #6BCB15;
}
</style>
background-color css
<style>
a { background-color: #6BCB15; }
a { background-color: rgb(107,203,21); }
div.DivClassName
{
background-color: #6BCB15;
}
.BgClassName
{
background-color: #6BCB15;
}
</style>
border-color css
<style>
span { border-color: #6BCB15; }
span { border-color: rgb(107,203,21); }
td.TdClassName
{
border-color: #6BCB15;
}
.TagClassName
{
border-color: #6BCB15;
}
</style>