Shades of Christi #6CBC15
Tints of Christi #6CBC15
RGB
CMYK
RGB Variations
Color information
#6CBC15 (or 0x6CBC15) is known color: Christi. HEX triplet: 6C, BC and 15. RGB value is (108,188,21). Sum of RGB (Red+Green+Blue) = 108+188+21=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBC15 is #9343EA. Grayscale: #919191. Windows color (decimal): -9651179 or 1424492. OLE color: 1424492.
HSL color Cylindrical-coordinate representation of color #6CBC15: hue angle of 88.74º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6CBC15 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 21 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.26 |
| HSL | 88.74º | 0.8% | 0.41% | - |
| HSV(B) | 88.74º | 0.89% | 0.74% | - |
| XYZ | 24.3 | 39.21 | 7 | - |
| YUV | 145.04 | 58 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 21 | 0.43 | 0 | 0.89 | 0.26 | 88.74 | 0.8 | 0.41 |
| Hex | 6C | BC | 15 | 2B | 0 | 59 | 1A | 59 | 50 | 29 |
| Octal | 154 | 274 | 25 | 53 | 0 | 131 | 32 | 131 | 120 | 51 |
| Binary | 1101100 | 10111100 | 10101 | 101011 | 0 | 1011001 | 11010 | 1011001 | 1010000 | 101001 |
Color Harmonies of #6CBC15
Complementary color
Monochromatic Colors of #6CBC15
Black with #6CBC15
Text Example
Text Example
White with #6CBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC15; }
p { color: rgb(108,188,21); }
H1.HeaderClassName
{
color: #6CBC15;
}
.AnyTagClassName
{
color: #6CBC15;
}
</style>
background-color css
<style>
a { background-color: #6CBC15; }
a { background-color: rgb(108,188,21); }
div.DivClassName
{
background-color: #6CBC15;
}
.BgClassName
{
background-color: #6CBC15;
}
</style>
border-color css
<style>
span { border-color: #6CBC15; }
span { border-color: rgb(108,188,21); }
td.TdClassName
{
border-color: #6CBC15;
}
.TagClassName
{
border-color: #6CBC15;
}
</style>