Shades of Christi #6CC905
Tints of Christi #6CC905
RGB
CMYK
RGB Variations
Color information
#6CC905 (or 0x6CC905) is known color: Christi. HEX triplet: 6C, C9 and 05. RGB value is (108,201,5). Sum of RGB (Red+Green+Blue) = 108+201+5=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 201 (78.91% from 255 or 64.01% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 201 - color contains mainly: green. Hex color #6CC905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC905 is #9336FA. Grayscale: #979797. Windows color (decimal): -9647867 or 379244. OLE color: 379244.
HSL color Cylindrical-coordinate representation of color #6CC905: hue angle of 88.47º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CC905 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 201 | 5 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.21 |
| HSL | 88.47º | 0.95% | 0.4% | - |
| HSV(B) | 88.47º | 0.98% | 0.79% | - |
| XYZ | 27.1 | 44.97 | 7.4 | - |
| YUV | 150.85 | 45.69 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 201 | 5 | 0.46 | 0 | 0.98 | 0.21 | 88.47 | 0.95 | 0.4 |
| Hex | 6C | C9 | 5 | 2E | 0 | 62 | 15 | 58 | 5F | 28 |
| Octal | 154 | 311 | 5 | 56 | 0 | 142 | 25 | 130 | 137 | 50 |
| Binary | 1101100 | 11001001 | 101 | 101110 | 0 | 1100010 | 10101 | 1011000 | 1011111 | 101000 |
Color Harmonies of #6CC905
Complementary color
Monochromatic Colors of #6CC905
Black with #6CC905
Text Example
Text Example
White with #6CC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC905; }
p { color: rgb(108,201,5); }
H1.HeaderClassName
{
color: #6CC905;
}
.AnyTagClassName
{
color: #6CC905;
}
</style>
background-color css
<style>
a { background-color: #6CC905; }
a { background-color: rgb(108,201,5); }
div.DivClassName
{
background-color: #6CC905;
}
.BgClassName
{
background-color: #6CC905;
}
</style>
border-color css
<style>
span { border-color: #6CC905; }
span { border-color: rgb(108,201,5); }
td.TdClassName
{
border-color: #6CC905;
}
.TagClassName
{
border-color: #6CC905;
}
</style>