Shades of Christi #6CCC15
Tints of Christi #6CCC15
RGB
CMYK
RGB Variations
Color information
#6CCC15 (or 0x6CCC15) is known color: Christi. HEX triplet: 6C, CC and 15. RGB value is (108,204,21). Sum of RGB (Red+Green+Blue) = 108+204+21=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 204 (80.08% from 255 or 61.26% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCC15 is #9333EA. Grayscale: #9B9B9B. Windows color (decimal): -9647083 or 1428588. OLE color: 1428588.
HSL color Cylindrical-coordinate representation of color #6CCC15: hue angle of 91.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CCC15 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 21 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.2 |
| HSL | 91.48º | 0.81% | 0.44% | - |
| HSV(B) | 91.48º | 0.9% | 0.8% | - |
| XYZ | 27.91 | 46.43 | 8.2 | - |
| YUV | 154.43 | 52.7 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 21 | 0.47 | 0 | 0.90 | 0.2 | 91.48 | 0.81 | 0.44 |
| Hex | 6C | CC | 15 | 2F | 0 | 5A | 14 | 5B | 51 | 2C |
| Octal | 154 | 314 | 25 | 57 | 0 | 132 | 24 | 133 | 121 | 54 |
| Binary | 1101100 | 11001100 | 10101 | 101111 | 0 | 1011010 | 10100 | 1011011 | 1010001 | 101100 |
Color Harmonies of #6CCC15
Complementary color
Monochromatic Colors of #6CCC15
Black with #6CCC15
Text Example
Text Example
White with #6CCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC15; }
p { color: rgb(108,204,21); }
H1.HeaderClassName
{
color: #6CCC15;
}
.AnyTagClassName
{
color: #6CCC15;
}
</style>
background-color css
<style>
a { background-color: #6CCC15; }
a { background-color: rgb(108,204,21); }
div.DivClassName
{
background-color: #6CCC15;
}
.BgClassName
{
background-color: #6CCC15;
}
</style>
border-color css
<style>
span { border-color: #6CCC15; }
span { border-color: rgb(108,204,21); }
td.TdClassName
{
border-color: #6CCC15;
}
.TagClassName
{
border-color: #6CCC15;
}
</style>