Shades of Christi #6DC905
Tints of Christi #6DC905
RGB
CMYK
RGB Variations
Color information
#6DC905 (or 0x6DC905) is known color: Christi. HEX triplet: 6D, C9 and 05. RGB value is (109,201,5). Sum of RGB (Red+Green+Blue) = 109+201+5=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 201 (78.91% from 255 or 63.81% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC905 is #9236FA. Grayscale: #979797. Windows color (decimal): -9582331 or 379245. OLE color: 379245.
HSL color Cylindrical-coordinate representation of color #6DC905: hue angle of 88.16º 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 #6DC905 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 5 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.21 |
| HSL | 88.16º | 0.95% | 0.4% | - |
| HSV(B) | 88.16º | 0.98% | 0.79% | - |
| XYZ | 27.22 | 45.04 | 7.4 | - |
| YUV | 151.15 | 45.52 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 5 | 0.46 | 0 | 0.98 | 0.21 | 88.16 | 0.95 | 0.4 |
| Hex | 6D | C9 | 5 | 2E | 0 | 62 | 15 | 58 | 5F | 28 |
| Octal | 155 | 311 | 5 | 56 | 0 | 142 | 25 | 130 | 137 | 50 |
| Binary | 1101101 | 11001001 | 101 | 101110 | 0 | 1100010 | 10101 | 1011000 | 1011111 | 101000 |
Color Harmonies of #6DC905
Complementary color
Monochromatic Colors of #6DC905
Black with #6DC905
Text Example
Text Example
White with #6DC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC905; }
p { color: rgb(109,201,5); }
H1.HeaderClassName
{
color: #6DC905;
}
.AnyTagClassName
{
color: #6DC905;
}
</style>
background-color css
<style>
a { background-color: #6DC905; }
a { background-color: rgb(109,201,5); }
div.DivClassName
{
background-color: #6DC905;
}
.BgClassName
{
background-color: #6DC905;
}
</style>
border-color css
<style>
span { border-color: #6DC905; }
span { border-color: rgb(109,201,5); }
td.TdClassName
{
border-color: #6DC905;
}
.TagClassName
{
border-color: #6DC905;
}
</style>