Shades of Christi #6DB405
Tints of Christi #6DB405
RGB
CMYK
RGB Variations
Color information
#6DB405 (or 0x6DB405) is known color: Christi. HEX triplet: 6D, B4 and 05. RGB value is (109,180,5). Sum of RGB (Red+Green+Blue) = 109+180+5=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB405 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB405 is #924BFA. Grayscale: #8B8B8B. Windows color (decimal): -9587707 or 373869. OLE color: 373869.
HSL color Cylindrical-coordinate representation of color #6DB405: hue angle of 84.34º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DB405 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 5 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.29 |
| HSL | 84.34º | 0.95% | 0.36% | - |
| HSV(B) | 84.34º | 0.97% | 0.71% | - |
| XYZ | 22.66 | 35.9 | 5.88 | - |
| YUV | 138.82 | 52.48 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 5 | 0.39 | 0 | 0.97 | 0.29 | 84.34 | 0.95 | 0.36 |
| Hex | 6D | B4 | 5 | 27 | 0 | 61 | 1D | 54 | 5F | 24 |
| Octal | 155 | 264 | 5 | 47 | 0 | 141 | 35 | 124 | 137 | 44 |
| Binary | 1101101 | 10110100 | 101 | 100111 | 0 | 1100001 | 11101 | 1010100 | 1011111 | 100100 |
Color Harmonies of #6DB405
Complementary color
Monochromatic Colors of #6DB405
Black with #6DB405
Text Example
Text Example
White with #6DB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB405; }
p { color: rgb(109,180,5); }
H1.HeaderClassName
{
color: #6DB405;
}
.AnyTagClassName
{
color: #6DB405;
}
</style>
background-color css
<style>
a { background-color: #6DB405; }
a { background-color: rgb(109,180,5); }
div.DivClassName
{
background-color: #6DB405;
}
.BgClassName
{
background-color: #6DB405;
}
</style>
border-color css
<style>
span { border-color: #6DB405; }
span { border-color: rgb(109,180,5); }
td.TdClassName
{
border-color: #6DB405;
}
.TagClassName
{
border-color: #6DB405;
}
</style>