Shades of Christi #6DB700
Tints of Christi #6DB700
RGB
CMYK
RGB Variations
Color information
#6DB700 (or 0x6DB700) is known color: Christi. HEX triplet: 6D, B7 and 00. RGB value is (109,183,0). Sum of RGB (Red+Green+Blue) = 109+183+0=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 183 (71.88% from 255 or 62.67% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB700 is #9248FF. Grayscale: #8C8C8C. Windows color (decimal): -9586944 or 46957. OLE color: 46957.
HSL color Cylindrical-coordinate representation of color #6DB700: hue angle of 84.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DB700 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.28 |
| HSL | 84.26º | 1% | 0.36% | - |
| HSV(B) | 84.26º | 1% | 0.72% | - |
| XYZ | 23.24 | 37.12 | 5.94 | - |
| YUV | 140.01 | 48.98 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 0 | 0.40 | 0 | 1 | 0.28 | 84.26 | 1 | 0.36 |
| Hex | 6D | B7 | 0 | 28 | 0 | 64 | 1C | 54 | 64 | 24 |
| Octal | 155 | 267 | 0 | 50 | 0 | 144 | 34 | 124 | 144 | 44 |
| Binary | 1101101 | 10110111 | 0 | 101000 | 0 | 1100100 | 11100 | 1010100 | 1100100 | 100100 |
Color Harmonies of #6DB700
Complementary color
Monochromatic Colors of #6DB700
Black with #6DB700
Text Example
Text Example
White with #6DB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB700; }
p { color: rgb(109,183,0); }
H1.HeaderClassName
{
color: #6DB700;
}
.AnyTagClassName
{
color: #6DB700;
}
</style>
background-color css
<style>
a { background-color: #6DB700; }
a { background-color: rgb(109,183,0); }
div.DivClassName
{
background-color: #6DB700;
}
.BgClassName
{
background-color: #6DB700;
}
</style>
border-color css
<style>
span { border-color: #6DB700; }
span { border-color: rgb(109,183,0); }
td.TdClassName
{
border-color: #6DB700;
}
.TagClassName
{
border-color: #6DB700;
}
</style>