Shades of Christi #6DC01F
Tints of Christi #6DC01F
RGB
CMYK
RGB Variations
Color information
#6DC01F (or 0x6DC01F) is known color: Christi. HEX triplet: 6D, C0 and 1F. RGB value is (109,192,31). Sum of RGB (Red+Green+Blue) = 109+192+31=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC01F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC01F is #923FE0. Grayscale: #959595. Windows color (decimal): -9584609 or 2080877. OLE color: 2080877.
HSL color Cylindrical-coordinate representation of color #6DC01F: hue angle of 90.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6DC01F is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 31 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.25 |
| HSL | 90.93º | 0.72% | 0.44% | - |
| HSV(B) | 90.93º | 0.84% | 0.75% | - |
| XYZ | 25.4 | 41.05 | 7.88 | - |
| YUV | 148.83 | 61.5 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 31 | 0.43 | 0 | 0.84 | 0.25 | 90.93 | 0.72 | 0.44 |
| Hex | 6D | C0 | 1F | 2B | 0 | 54 | 19 | 5B | 48 | 2C |
| Octal | 155 | 300 | 37 | 53 | 0 | 124 | 31 | 133 | 110 | 54 |
| Binary | 1101101 | 11000000 | 11111 | 101011 | 0 | 1010100 | 11001 | 1011011 | 1001000 | 101100 |
Color Harmonies of #6DC01F
Complementary color
Monochromatic Colors of #6DC01F
Black with #6DC01F
Text Example
Text Example
White with #6DC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC01F; }
p { color: rgb(109,192,31); }
H1.HeaderClassName
{
color: #6DC01F;
}
.AnyTagClassName
{
color: #6DC01F;
}
</style>
background-color css
<style>
a { background-color: #6DC01F; }
a { background-color: rgb(109,192,31); }
div.DivClassName
{
background-color: #6DC01F;
}
.BgClassName
{
background-color: #6DC01F;
}
</style>
border-color css
<style>
span { border-color: #6DC01F; }
span { border-color: rgb(109,192,31); }
td.TdClassName
{
border-color: #6DC01F;
}
.TagClassName
{
border-color: #6DC01F;
}
</style>