Shades of Christi #6CCC1C
Tints of Christi #6CCC1C
RGB
CMYK
RGB Variations
Color information
#6CCC1C (or 0x6CCC1C) is known color: Christi. HEX triplet: 6C, CC and 1C. RGB value is (108,204,28). Sum of RGB (Red+Green+Blue) = 108+204+28=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCC1C is #9333E3. Grayscale: #9B9B9B. Windows color (decimal): -9647076 or 1887340. OLE color: 1887340.
HSL color Cylindrical-coordinate representation of color #6CCC1C: hue angle of 92.73º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6CCC1C is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 28 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.2 |
| HSL | 92.73º | 0.76% | 0.45% | - |
| HSV(B) | 92.73º | 0.86% | 0.8% | - |
| XYZ | 27.99 | 46.46 | 8.59 | - |
| YUV | 155.23 | 56.2 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 28 | 0.47 | 0 | 0.86 | 0.2 | 92.73 | 0.76 | 0.45 |
| Hex | 6C | CC | 1C | 2F | 0 | 56 | 14 | 5D | 4C | 2D |
| Octal | 154 | 314 | 34 | 57 | 0 | 126 | 24 | 135 | 114 | 55 |
| Binary | 1101100 | 11001100 | 11100 | 101111 | 0 | 1010110 | 10100 | 1011101 | 1001100 | 101101 |
Color Harmonies of #6CCC1C
Complementary color
Monochromatic Colors of #6CCC1C
Black with #6CCC1C
Text Example
Text Example
White with #6CCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC1C; }
p { color: rgb(108,204,28); }
H1.HeaderClassName
{
color: #6CCC1C;
}
.AnyTagClassName
{
color: #6CCC1C;
}
</style>
background-color css
<style>
a { background-color: #6CCC1C; }
a { background-color: rgb(108,204,28); }
div.DivClassName
{
background-color: #6CCC1C;
}
.BgClassName
{
background-color: #6CCC1C;
}
</style>
border-color css
<style>
span { border-color: #6CCC1C; }
span { border-color: rgb(108,204,28); }
td.TdClassName
{
border-color: #6CCC1C;
}
.TagClassName
{
border-color: #6CCC1C;
}
</style>