Shades of Christi #6CC80B
Tints of Christi #6CC80B
RGB
CMYK
RGB Variations
Color information
#6CC80B (or 0x6CC80B) is known color: Christi. HEX triplet: 6C, C8 and 0B. RGB value is (108,200,11). Sum of RGB (Red+Green+Blue) = 108+200+11=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC80B is #9337F4. Grayscale: #979797. Windows color (decimal): -9648117 or 772204. OLE color: 772204.
HSL color Cylindrical-coordinate representation of color #6CC80B: hue angle of 89.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6CC80B is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 200 | 11 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.22 |
| HSL | 89.21º | 0.9% | 0.41% | - |
| HSV(B) | 89.21º | 0.95% | 0.78% | - |
| XYZ | 26.9 | 44.52 | 7.49 | - |
| YUV | 150.95 | 49.02 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 200 | 11 | 0.46 | 0 | 0.94 | 0.22 | 89.21 | 0.9 | 0.41 |
| Hex | 6C | C8 | B | 2E | 0 | 5E | 16 | 59 | 5A | 29 |
| Octal | 154 | 310 | 13 | 56 | 0 | 136 | 26 | 131 | 132 | 51 |
| Binary | 1101100 | 11001000 | 1011 | 101110 | 0 | 1011110 | 10110 | 1011001 | 1011010 | 101001 |
Color Harmonies of #6CC80B
Complementary color
Monochromatic Colors of #6CC80B
Black with #6CC80B
Text Example
Text Example
White with #6CC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC80B; }
p { color: rgb(108,200,11); }
H1.HeaderClassName
{
color: #6CC80B;
}
.AnyTagClassName
{
color: #6CC80B;
}
</style>
background-color css
<style>
a { background-color: #6CC80B; }
a { background-color: rgb(108,200,11); }
div.DivClassName
{
background-color: #6CC80B;
}
.BgClassName
{
background-color: #6CC80B;
}
</style>
border-color css
<style>
span { border-color: #6CC80B; }
span { border-color: rgb(108,200,11); }
td.TdClassName
{
border-color: #6CC80B;
}
.TagClassName
{
border-color: #6CC80B;
}
</style>