Shades of Christi #6DB32B
Tints of Christi #6DB32B
RGB
CMYK
RGB Variations
Color information
#6DB32B (or 0x6DB32B) is known color: Christi. HEX triplet: 6D, B3 and 2B. RGB value is (109,179,43). Sum of RGB (Red+Green+Blue) = 109+179+43=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB32B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB32B is #924CD4. Grayscale: #8F8F8F. Windows color (decimal): -9587925 or 2863981. OLE color: 2863981.
HSL color Cylindrical-coordinate representation of color #6DB32B: hue angle of 90.88º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6DB32B is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 43 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.30 |
| HSL | 90.88º | 0.61% | 0.44% | - |
| HSV(B) | 90.88º | 0.76% | 0.7% | - |
| XYZ | 22.86 | 35.67 | 7.96 | - |
| YUV | 142.57 | 71.81 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 43 | 0.39 | 0 | 0.76 | 0.30 | 90.88 | 0.61 | 0.44 |
| Hex | 6D | B3 | 2B | 27 | 0 | 4C | 1E | 5B | 3D | 2C |
| Octal | 155 | 263 | 53 | 47 | 0 | 114 | 36 | 133 | 75 | 54 |
| Binary | 1101101 | 10110011 | 101011 | 100111 | 0 | 1001100 | 11110 | 1011011 | 111101 | 101100 |
Color Harmonies of #6DB32B
Complementary color
Monochromatic Colors of #6DB32B
Black with #6DB32B
Text Example
Text Example
White with #6DB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB32B; }
p { color: rgb(109,179,43); }
H1.HeaderClassName
{
color: #6DB32B;
}
.AnyTagClassName
{
color: #6DB32B;
}
</style>
background-color css
<style>
a { background-color: #6DB32B; }
a { background-color: rgb(109,179,43); }
div.DivClassName
{
background-color: #6DB32B;
}
.BgClassName
{
background-color: #6DB32B;
}
</style>
border-color css
<style>
span { border-color: #6DB32B; }
span { border-color: rgb(109,179,43); }
td.TdClassName
{
border-color: #6DB32B;
}
.TagClassName
{
border-color: #6DB32B;
}
</style>