Shades of Christi #6DC304
Tints of Christi #6DC304
RGB
CMYK
RGB Variations
Color information
#6DC304 (or 0x6DC304) is known color: Christi. HEX triplet: 6D, C3 and 04. RGB value is (109,195,4). Sum of RGB (Red+Green+Blue) = 109+195+4=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC304 is #923CFB. Grayscale: #949494. Windows color (decimal): -9583868 or 312173. OLE color: 312173.
HSL color Cylindrical-coordinate representation of color #6DC304: hue angle of 87.02º degrees, saturation: 0.96, 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 #6DC304 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 195 | 4 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.24 |
| HSL | 87.02º | 0.96% | 0.39% | - |
| HSV(B) | 87.02º | 0.98% | 0.76% | - |
| XYZ | 25.84 | 42.29 | 6.92 | - |
| YUV | 147.51 | 47.01 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 195 | 4 | 0.44 | 0 | 0.98 | 0.24 | 87.02 | 0.96 | 0.39 |
| Hex | 6D | C3 | 4 | 2C | 0 | 62 | 18 | 57 | 60 | 27 |
| Octal | 155 | 303 | 4 | 54 | 0 | 142 | 30 | 127 | 140 | 47 |
| Binary | 1101101 | 11000011 | 100 | 101100 | 0 | 1100010 | 11000 | 1010111 | 1100000 | 100111 |
Color Harmonies of #6DC304
Complementary color
Monochromatic Colors of #6DC304
Black with #6DC304
Text Example
Text Example
White with #6DC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC304; }
p { color: rgb(109,195,4); }
H1.HeaderClassName
{
color: #6DC304;
}
.AnyTagClassName
{
color: #6DC304;
}
</style>
background-color css
<style>
a { background-color: #6DC304; }
a { background-color: rgb(109,195,4); }
div.DivClassName
{
background-color: #6DC304;
}
.BgClassName
{
background-color: #6DC304;
}
</style>
border-color css
<style>
span { border-color: #6DC304; }
span { border-color: rgb(109,195,4); }
td.TdClassName
{
border-color: #6DC304;
}
.TagClassName
{
border-color: #6DC304;
}
</style>