Shades of Christi #6DBD0F
Tints of Christi #6DBD0F
RGB
CMYK
RGB Variations
Color information
#6DBD0F (or 0x6DBD0F) is known color: Christi. HEX triplet: 6D, BD and 0F. RGB value is (109,189,15). Sum of RGB (Red+Green+Blue) = 109+189+15=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBD0F is #9242F0. Grayscale: #919191. Windows color (decimal): -9585393 or 1031533. OLE color: 1031533.
HSL color Cylindrical-coordinate representation of color #6DBD0F: hue angle of 87.59º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DBD0F is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 15 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.26 |
| HSL | 87.59º | 0.85% | 0.4% | - |
| HSV(B) | 87.59º | 0.92% | 0.74% | - |
| XYZ | 24.59 | 39.68 | 6.82 | - |
| YUV | 145.24 | 54.5 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 15 | 0.42 | 0 | 0.92 | 0.26 | 87.59 | 0.85 | 0.4 |
| Hex | 6D | BD | F | 2A | 0 | 5C | 1A | 58 | 55 | 28 |
| Octal | 155 | 275 | 17 | 52 | 0 | 134 | 32 | 130 | 125 | 50 |
| Binary | 1101101 | 10111101 | 1111 | 101010 | 0 | 1011100 | 11010 | 1011000 | 1010101 | 101000 |
Color Harmonies of #6DBD0F
Complementary color
Monochromatic Colors of #6DBD0F
Black with #6DBD0F
Text Example
Text Example
White with #6DBD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD0F; }
p { color: rgb(109,189,15); }
H1.HeaderClassName
{
color: #6DBD0F;
}
.AnyTagClassName
{
color: #6DBD0F;
}
</style>
background-color css
<style>
a { background-color: #6DBD0F; }
a { background-color: rgb(109,189,15); }
div.DivClassName
{
background-color: #6DBD0F;
}
.BgClassName
{
background-color: #6DBD0F;
}
</style>
border-color css
<style>
span { border-color: #6DBD0F; }
span { border-color: rgb(109,189,15); }
td.TdClassName
{
border-color: #6DBD0F;
}
.TagClassName
{
border-color: #6DBD0F;
}
</style>