Shades of Christi #6DB41B
Tints of Christi #6DB41B
RGB
CMYK
RGB Variations
Color information
#6DB41B (or 0x6DB41B) is known color: Christi. HEX triplet: 6D, B4 and 1B. RGB value is (109,180,27). Sum of RGB (Red+Green+Blue) = 109+180+27=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 180 (70.70% from 255 or 56.96% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB41B is #924BE4. Grayscale: #8D8D8D. Windows color (decimal): -9587685 or 1815661. OLE color: 1815661.
HSL color Cylindrical-coordinate representation of color #6DB41B: hue angle of 87.84º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6DB41B is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 27 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.29 |
| HSL | 87.84º | 0.74% | 0.41% | - |
| HSV(B) | 87.84º | 0.85% | 0.71% | - |
| XYZ | 22.83 | 35.97 | 6.78 | - |
| YUV | 141.33 | 63.48 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 27 | 0.39 | 0 | 0.85 | 0.29 | 87.84 | 0.74 | 0.41 |
| Hex | 6D | B4 | 1B | 27 | 0 | 55 | 1D | 58 | 4A | 29 |
| Octal | 155 | 264 | 33 | 47 | 0 | 125 | 35 | 130 | 112 | 51 |
| Binary | 1101101 | 10110100 | 11011 | 100111 | 0 | 1010101 | 11101 | 1011000 | 1001010 | 101001 |
Color Harmonies of #6DB41B
Complementary color
Monochromatic Colors of #6DB41B
Black with #6DB41B
Text Example
Text Example
White with #6DB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB41B; }
p { color: rgb(109,180,27); }
H1.HeaderClassName
{
color: #6DB41B;
}
.AnyTagClassName
{
color: #6DB41B;
}
</style>
background-color css
<style>
a { background-color: #6DB41B; }
a { background-color: rgb(109,180,27); }
div.DivClassName
{
background-color: #6DB41B;
}
.BgClassName
{
background-color: #6DB41B;
}
</style>
border-color css
<style>
span { border-color: #6DB41B; }
span { border-color: rgb(109,180,27); }
td.TdClassName
{
border-color: #6DB41B;
}
.TagClassName
{
border-color: #6DB41B;
}
</style>