Shades of Christi #6DBD1F
Tints of Christi #6DBD1F
RGB
CMYK
RGB Variations
Color information
#6DBD1F (or 0x6DBD1F) is known color: Christi. HEX triplet: 6D, BD and 1F. RGB value is (109,189,31). Sum of RGB (Red+Green+Blue) = 109+189+31=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 189 (74.22% from 255 or 57.45% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD1F is #9242E0. Grayscale: #939393. Windows color (decimal): -9585377 or 2080109. OLE color: 2080109.
HSL color Cylindrical-coordinate representation of color #6DBD1F: hue angle of 90.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6DBD1F is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 31 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.26 |
| HSL | 90.38º | 0.72% | 0.43% | - |
| HSV(B) | 90.38º | 0.84% | 0.74% | - |
| XYZ | 24.75 | 39.75 | 7.66 | - |
| YUV | 147.07 | 62.5 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 31 | 0.42 | 0 | 0.84 | 0.26 | 90.38 | 0.72 | 0.43 |
| Hex | 6D | BD | 1F | 2A | 0 | 54 | 1A | 5A | 48 | 2B |
| Octal | 155 | 275 | 37 | 52 | 0 | 124 | 32 | 132 | 110 | 53 |
| Binary | 1101101 | 10111101 | 11111 | 101010 | 0 | 1010100 | 11010 | 1011010 | 1001000 | 101011 |
Color Harmonies of #6DBD1F
Complementary color
Monochromatic Colors of #6DBD1F
Black with #6DBD1F
Text Example
Text Example
White with #6DBD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD1F; }
p { color: rgb(109,189,31); }
H1.HeaderClassName
{
color: #6DBD1F;
}
.AnyTagClassName
{
color: #6DBD1F;
}
</style>
background-color css
<style>
a { background-color: #6DBD1F; }
a { background-color: rgb(109,189,31); }
div.DivClassName
{
background-color: #6DBD1F;
}
.BgClassName
{
background-color: #6DBD1F;
}
</style>
border-color css
<style>
span { border-color: #6DBD1F; }
span { border-color: rgb(109,189,31); }
td.TdClassName
{
border-color: #6DBD1F;
}
.TagClassName
{
border-color: #6DBD1F;
}
</style>