Shades of Christi #6CC01B
Tints of Christi #6CC01B
RGB
CMYK
RGB Variations
Color information
#6CC01B (or 0x6CC01B) is known color: Christi. HEX triplet: 6C, C0 and 1B. RGB value is (108,192,27). Sum of RGB (Red+Green+Blue) = 108+192+27=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC01B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC01B is #933FE4. Grayscale: #949494. Windows color (decimal): -9650149 or 1818732. OLE color: 1818732.
HSL color Cylindrical-coordinate representation of color #6CC01B: hue angle of 90.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6CC01B is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 27 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.25 |
| HSL | 90.55º | 0.75% | 0.43% | - |
| HSV(B) | 90.55º | 0.86% | 0.75% | - |
| XYZ | 25.23 | 40.97 | 7.61 | - |
| YUV | 148.07 | 59.67 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 27 | 0.44 | 0 | 0.86 | 0.25 | 90.55 | 0.75 | 0.43 |
| Hex | 6C | C0 | 1B | 2C | 0 | 56 | 19 | 5B | 4B | 2B |
| Octal | 154 | 300 | 33 | 54 | 0 | 126 | 31 | 133 | 113 | 53 |
| Binary | 1101100 | 11000000 | 11011 | 101100 | 0 | 1010110 | 11001 | 1011011 | 1001011 | 101011 |
Color Harmonies of #6CC01B
Complementary color
Monochromatic Colors of #6CC01B
Black with #6CC01B
Text Example
Text Example
White with #6CC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC01B; }
p { color: rgb(108,192,27); }
H1.HeaderClassName
{
color: #6CC01B;
}
.AnyTagClassName
{
color: #6CC01B;
}
</style>
background-color css
<style>
a { background-color: #6CC01B; }
a { background-color: rgb(108,192,27); }
div.DivClassName
{
background-color: #6CC01B;
}
.BgClassName
{
background-color: #6CC01B;
}
</style>
border-color css
<style>
span { border-color: #6CC01B; }
span { border-color: rgb(108,192,27); }
td.TdClassName
{
border-color: #6CC01B;
}
.TagClassName
{
border-color: #6CC01B;
}
</style>