Shades of Christi #6DBF27
Tints of Christi #6DBF27
RGB
CMYK
RGB Variations
Color information
#6DBF27 (or 0x6DBF27) is known color: Christi. HEX triplet: 6D, BF and 27. RGB value is (109,191,39). Sum of RGB (Red+Green+Blue) = 109+191+39=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBF27 is #9240D8. Grayscale: #959595. Windows color (decimal): -9584857 or 2604909. OLE color: 2604909.
HSL color Cylindrical-coordinate representation of color #6DBF27: hue angle of 92.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6DBF27 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 39 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.25 |
| HSL | 92.37º | 0.66% | 0.45% | - |
| HSV(B) | 92.37º | 0.8% | 0.75% | - |
| XYZ | 25.3 | 40.66 | 8.43 | - |
| YUV | 149.15 | 65.83 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 39 | 0.43 | 0 | 0.80 | 0.25 | 92.37 | 0.66 | 0.45 |
| Hex | 6D | BF | 27 | 2B | 0 | 50 | 19 | 5C | 42 | 2D |
| Octal | 155 | 277 | 47 | 53 | 0 | 120 | 31 | 134 | 102 | 55 |
| Binary | 1101101 | 10111111 | 100111 | 101011 | 0 | 1010000 | 11001 | 1011100 | 1000010 | 101101 |
Color Harmonies of #6DBF27
Complementary color
Monochromatic Colors of #6DBF27
Black with #6DBF27
Text Example
Text Example
White with #6DBF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBF27; }
p { color: rgb(109,191,39); }
H1.HeaderClassName
{
color: #6DBF27;
}
.AnyTagClassName
{
color: #6DBF27;
}
</style>
background-color css
<style>
a { background-color: #6DBF27; }
a { background-color: rgb(109,191,39); }
div.DivClassName
{
background-color: #6DBF27;
}
.BgClassName
{
background-color: #6DBF27;
}
</style>
border-color css
<style>
span { border-color: #6DBF27; }
span { border-color: rgb(109,191,39); }
td.TdClassName
{
border-color: #6DBF27;
}
.TagClassName
{
border-color: #6DBF27;
}
</style>