Shades of Christi #6CC10B
Tints of Christi #6CC10B
RGB
CMYK
RGB Variations
Color information
#6CC10B (or 0x6CC10B) is known color: Christi. HEX triplet: 6C, C1 and 0B. RGB value is (108,193,11). Sum of RGB (Red+Green+Blue) = 108+193+11=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #6CC10B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC10B is #933EF4. Grayscale: #939393. Windows color (decimal): -9649909 or 770412. OLE color: 770412.
HSL color Cylindrical-coordinate representation of color #6CC10B: hue angle of 88.02º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6CC10B is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 193 | 11 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.24 |
| HSL | 88.02º | 0.89% | 0.4% | - |
| HSV(B) | 88.02º | 0.94% | 0.76% | - |
| XYZ | 25.31 | 41.35 | 6.96 | - |
| YUV | 146.84 | 51.34 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 193 | 11 | 0.44 | 0 | 0.94 | 0.24 | 88.02 | 0.89 | 0.4 |
| Hex | 6C | C1 | B | 2C | 0 | 5E | 18 | 58 | 59 | 28 |
| Octal | 154 | 301 | 13 | 54 | 0 | 136 | 30 | 130 | 131 | 50 |
| Binary | 1101100 | 11000001 | 1011 | 101100 | 0 | 1011110 | 11000 | 1011000 | 1011001 | 101000 |
Color Harmonies of #6CC10B
Complementary color
Monochromatic Colors of #6CC10B
Black with #6CC10B
Text Example
Text Example
White with #6CC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC10B; }
p { color: rgb(108,193,11); }
H1.HeaderClassName
{
color: #6CC10B;
}
.AnyTagClassName
{
color: #6CC10B;
}
</style>
background-color css
<style>
a { background-color: #6CC10B; }
a { background-color: rgb(108,193,11); }
div.DivClassName
{
background-color: #6CC10B;
}
.BgClassName
{
background-color: #6CC10B;
}
</style>
border-color css
<style>
span { border-color: #6CC10B; }
span { border-color: rgb(108,193,11); }
td.TdClassName
{
border-color: #6CC10B;
}
.TagClassName
{
border-color: #6CC10B;
}
</style>