Shades of Christi #6DB300
Tints of Christi #6DB300
RGB
CMYK
RGB Variations
Color information
#6DB300 (or 0x6DB300) is known color: Christi. HEX triplet: 6D, B3 and 00. RGB value is (109,179,0). Sum of RGB (Red+Green+Blue) = 109+179+0=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 179 (70.31% from 255 or 62.15% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB300 is #924CFF. Grayscale: #8A8A8A. Windows color (decimal): -9587968 or 45933. OLE color: 45933.
HSL color Cylindrical-coordinate representation of color #6DB300: hue angle of 83.46º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DB300 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.30 |
| HSL | 83.46º | 1% | 0.35% | - |
| HSV(B) | 83.46º | 1% | 0.7% | - |
| XYZ | 22.43 | 35.49 | 5.67 | - |
| YUV | 137.66 | 50.31 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 0 | 0.39 | 0 | 1 | 0.30 | 83.46 | 1 | 0.35 |
| Hex | 6D | B3 | 0 | 27 | 0 | 64 | 1E | 53 | 64 | 23 |
| Octal | 155 | 263 | 0 | 47 | 0 | 144 | 36 | 123 | 144 | 43 |
| Binary | 1101101 | 10110011 | 0 | 100111 | 0 | 1100100 | 11110 | 1010011 | 1100100 | 100011 |
Color Harmonies of #6DB300
Complementary color
Monochromatic Colors of #6DB300
Black with #6DB300
Text Example
Text Example
White with #6DB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB300; }
p { color: rgb(109,179,0); }
H1.HeaderClassName
{
color: #6DB300;
}
.AnyTagClassName
{
color: #6DB300;
}
</style>
background-color css
<style>
a { background-color: #6DB300; }
a { background-color: rgb(109,179,0); }
div.DivClassName
{
background-color: #6DB300;
}
.BgClassName
{
background-color: #6DB300;
}
</style>
border-color css
<style>
span { border-color: #6DB300; }
span { border-color: rgb(109,179,0); }
td.TdClassName
{
border-color: #6DB300;
}
.TagClassName
{
border-color: #6DB300;
}
</style>