Shades of Christi #6CCC1B
Tints of Christi #6CCC1B
RGB
CMYK
RGB Variations
Color information
#6CCC1B (or 0x6CCC1B) is known color: Christi. HEX triplet: 6C, CC and 1B. RGB value is (108,204,27). Sum of RGB (Red+Green+Blue) = 108+204+27=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCC1B is #9333E4. Grayscale: #9B9B9B. Windows color (decimal): -9647077 or 1821804. OLE color: 1821804.
HSL color Cylindrical-coordinate representation of color #6CCC1B: hue angle of 92.54º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6CCC1B is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 27 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.2 |
| HSL | 92.54º | 0.77% | 0.45% | - |
| HSV(B) | 92.54º | 0.87% | 0.8% | - |
| XYZ | 27.98 | 46.45 | 8.53 | - |
| YUV | 155.12 | 55.7 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 27 | 0.47 | 0 | 0.87 | 0.2 | 92.54 | 0.77 | 0.45 |
| Hex | 6C | CC | 1B | 2F | 0 | 57 | 14 | 5D | 4D | 2D |
| Octal | 154 | 314 | 33 | 57 | 0 | 127 | 24 | 135 | 115 | 55 |
| Binary | 1101100 | 11001100 | 11011 | 101111 | 0 | 1010111 | 10100 | 1011101 | 1001101 | 101101 |
Color Harmonies of #6CCC1B
Complementary color
Monochromatic Colors of #6CCC1B
Black with #6CCC1B
Text Example
Text Example
White with #6CCC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC1B; }
p { color: rgb(108,204,27); }
H1.HeaderClassName
{
color: #6CCC1B;
}
.AnyTagClassName
{
color: #6CCC1B;
}
</style>
background-color css
<style>
a { background-color: #6CCC1B; }
a { background-color: rgb(108,204,27); }
div.DivClassName
{
background-color: #6CCC1B;
}
.BgClassName
{
background-color: #6CCC1B;
}
</style>
border-color css
<style>
span { border-color: #6CCC1B; }
span { border-color: rgb(108,204,27); }
td.TdClassName
{
border-color: #6CCC1B;
}
.TagClassName
{
border-color: #6CCC1B;
}
</style>