Shades of Christi #6DC303
Tints of Christi #6DC303
RGB
CMYK
RGB Variations
Color information
#6DC303 (or 0x6DC303) is known color: Christi. HEX triplet: 6D, C3 and 03. RGB value is (109,195,3). Sum of RGB (Red+Green+Blue) = 109+195+3=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 195 (76.56% from 255 or 63.52% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC303 is #923CFC. Grayscale: #949494. Windows color (decimal): -9583869 or 246637. OLE color: 246637.
HSL color Cylindrical-coordinate representation of color #6DC303: hue angle of 86.88º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6DC303 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 195 | 3 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.24 |
| HSL | 86.88º | 0.97% | 0.39% | - |
| HSV(B) | 86.88º | 0.98% | 0.76% | - |
| XYZ | 25.84 | 42.29 | 6.89 | - |
| YUV | 147.4 | 46.51 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 195 | 3 | 0.44 | 0 | 0.98 | 0.24 | 86.88 | 0.97 | 0.39 |
| Hex | 6D | C3 | 3 | 2C | 0 | 62 | 18 | 57 | 61 | 27 |
| Octal | 155 | 303 | 3 | 54 | 0 | 142 | 30 | 127 | 141 | 47 |
| Binary | 1101101 | 11000011 | 11 | 101100 | 0 | 1100010 | 11000 | 1010111 | 1100001 | 100111 |
Color Harmonies of #6DC303
Complementary color
Monochromatic Colors of #6DC303
Black with #6DC303
Text Example
Text Example
White with #6DC303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC303; }
p { color: rgb(109,195,3); }
H1.HeaderClassName
{
color: #6DC303;
}
.AnyTagClassName
{
color: #6DC303;
}
</style>
background-color css
<style>
a { background-color: #6DC303; }
a { background-color: rgb(109,195,3); }
div.DivClassName
{
background-color: #6DC303;
}
.BgClassName
{
background-color: #6DC303;
}
</style>
border-color css
<style>
span { border-color: #6DC303; }
span { border-color: rgb(109,195,3); }
td.TdClassName
{
border-color: #6DC303;
}
.TagClassName
{
border-color: #6DC303;
}
</style>