Shades of Christi #6DB40B
Tints of Christi #6DB40B
RGB
CMYK
RGB Variations
Color information
#6DB40B (or 0x6DB40B) is known color: Christi. HEX triplet: 6D, B4 and 0B. RGB value is (109,180,11). Sum of RGB (Red+Green+Blue) = 109+180+11=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB40B is #924BF4. Grayscale: #8C8C8C. Windows color (decimal): -9587701 or 767085. OLE color: 767085.
HSL color Cylindrical-coordinate representation of color #6DB40B: hue angle of 85.21º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DB40B is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 11 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.29 |
| HSL | 85.21º | 0.88% | 0.37% | - |
| HSV(B) | 85.21º | 0.94% | 0.71% | - |
| XYZ | 22.69 | 35.92 | 6.05 | - |
| YUV | 139.51 | 55.48 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 11 | 0.39 | 0 | 0.94 | 0.29 | 85.21 | 0.88 | 0.37 |
| Hex | 6D | B4 | B | 27 | 0 | 5E | 1D | 55 | 58 | 25 |
| Octal | 155 | 264 | 13 | 47 | 0 | 136 | 35 | 125 | 130 | 45 |
| Binary | 1101101 | 10110100 | 1011 | 100111 | 0 | 1011110 | 11101 | 1010101 | 1011000 | 100101 |
Color Harmonies of #6DB40B
Complementary color
Monochromatic Colors of #6DB40B
Black with #6DB40B
Text Example
Text Example
White with #6DB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB40B; }
p { color: rgb(109,180,11); }
H1.HeaderClassName
{
color: #6DB40B;
}
.AnyTagClassName
{
color: #6DB40B;
}
</style>
background-color css
<style>
a { background-color: #6DB40B; }
a { background-color: rgb(109,180,11); }
div.DivClassName
{
background-color: #6DB40B;
}
.BgClassName
{
background-color: #6DB40B;
}
</style>
border-color css
<style>
span { border-color: #6DB40B; }
span { border-color: rgb(109,180,11); }
td.TdClassName
{
border-color: #6DB40B;
}
.TagClassName
{
border-color: #6DB40B;
}
</style>