Shades of Christi #6DBD25
Tints of Christi #6DBD25
RGB
CMYK
RGB Variations
Color information
#6DBD25 (or 0x6DBD25) is known color: Christi. HEX triplet: 6D, BD and 25. RGB value is (109,189,37). Sum of RGB (Red+Green+Blue) = 109+189+37=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD25 is #9242DA. Grayscale: #949494. Windows color (decimal): -9585371 or 2473325. OLE color: 2473325.
HSL color Cylindrical-coordinate representation of color #6DBD25: hue angle of 91.58º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6DBD25 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 37 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.26 |
| HSL | 91.58º | 0.67% | 0.44% | - |
| HSV(B) | 91.58º | 0.8% | 0.74% | - |
| XYZ | 24.84 | 39.78 | 8.12 | - |
| YUV | 147.75 | 65.5 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 37 | 0.42 | 0 | 0.80 | 0.26 | 91.58 | 0.67 | 0.44 |
| Hex | 6D | BD | 25 | 2A | 0 | 50 | 1A | 5C | 43 | 2C |
| Octal | 155 | 275 | 45 | 52 | 0 | 120 | 32 | 134 | 103 | 54 |
| Binary | 1101101 | 10111101 | 100101 | 101010 | 0 | 1010000 | 11010 | 1011100 | 1000011 | 101100 |
Color Harmonies of #6DBD25
Complementary color
Monochromatic Colors of #6DBD25
Black with #6DBD25
Text Example
Text Example
White with #6DBD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD25; }
p { color: rgb(109,189,37); }
H1.HeaderClassName
{
color: #6DBD25;
}
.AnyTagClassName
{
color: #6DBD25;
}
</style>
background-color css
<style>
a { background-color: #6DBD25; }
a { background-color: rgb(109,189,37); }
div.DivClassName
{
background-color: #6DBD25;
}
.BgClassName
{
background-color: #6DBD25;
}
</style>
border-color css
<style>
span { border-color: #6DBD25; }
span { border-color: rgb(109,189,37); }
td.TdClassName
{
border-color: #6DBD25;
}
.TagClassName
{
border-color: #6DBD25;
}
</style>