Shades of Christi #6DC02D
Tints of Christi #6DC02D
RGB
CMYK
RGB Variations
Color information
#6DC02D (or 0x6DC02D) is known color: Christi. HEX triplet: 6D, C0 and 2D. RGB value is (109,192,45). Sum of RGB (Red+Green+Blue) = 109+192+45=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC02D is #923FD2. Grayscale: #969696. Windows color (decimal): -9584595 or 2998381. OLE color: 2998381.
HSL color Cylindrical-coordinate representation of color #6DC02D: hue angle of 93.88º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6DC02D is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 45 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.25 |
| HSL | 93.88º | 0.62% | 0.46% | - |
| HSV(B) | 93.88º | 0.77% | 0.75% | - |
| XYZ | 25.63 | 41.14 | 9.07 | - |
| YUV | 150.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 45 | 0.43 | 0 | 0.77 | 0.25 | 93.88 | 0.62 | 0.46 |
| Hex | 6D | C0 | 2D | 2B | 0 | 4D | 19 | 5E | 3E | 2E |
| Octal | 155 | 300 | 55 | 53 | 0 | 115 | 31 | 136 | 76 | 56 |
| Binary | 1101101 | 11000000 | 101101 | 101011 | 0 | 1001101 | 11001 | 1011110 | 111110 | 101110 |
Color Harmonies of #6DC02D
Complementary color
Monochromatic Colors of #6DC02D
Black with #6DC02D
Text Example
Text Example
White with #6DC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC02D; }
p { color: rgb(109,192,45); }
H1.HeaderClassName
{
color: #6DC02D;
}
.AnyTagClassName
{
color: #6DC02D;
}
</style>
background-color css
<style>
a { background-color: #6DC02D; }
a { background-color: rgb(109,192,45); }
div.DivClassName
{
background-color: #6DC02D;
}
.BgClassName
{
background-color: #6DC02D;
}
</style>
border-color css
<style>
span { border-color: #6DC02D; }
span { border-color: rgb(109,192,45); }
td.TdClassName
{
border-color: #6DC02D;
}
.TagClassName
{
border-color: #6DC02D;
}
</style>