Shades of Christi #6DBB08
Tints of Christi #6DBB08
RGB
CMYK
RGB Variations
Color information
#6DBB08 (or 0x6DBB08) is known color: Christi. HEX triplet: 6D, BB and 08. RGB value is (109,187,8). Sum of RGB (Red+Green+Blue) = 109+187+8=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBB08 is #9244F7. Grayscale: #8F8F8F. Windows color (decimal): -9585912 or 572269. OLE color: 572269.
HSL color Cylindrical-coordinate representation of color #6DBB08: hue angle of 86.15º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6DBB08 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 8 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.27 |
| HSL | 86.15º | 0.92% | 0.38% | - |
| HSV(B) | 86.15º | 0.96% | 0.73% | - |
| XYZ | 24.12 | 38.81 | 6.45 | - |
| YUV | 143.27 | 51.66 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 8 | 0.42 | 0 | 0.96 | 0.27 | 86.15 | 0.92 | 0.38 |
| Hex | 6D | BB | 8 | 2A | 0 | 60 | 1B | 56 | 5C | 26 |
| Octal | 155 | 273 | 10 | 52 | 0 | 140 | 33 | 126 | 134 | 46 |
| Binary | 1101101 | 10111011 | 1000 | 101010 | 0 | 1100000 | 11011 | 1010110 | 1011100 | 100110 |
Color Harmonies of #6DBB08
Complementary color
Monochromatic Colors of #6DBB08
Black with #6DBB08
Text Example
Text Example
White with #6DBB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBB08; }
p { color: rgb(109,187,8); }
H1.HeaderClassName
{
color: #6DBB08;
}
.AnyTagClassName
{
color: #6DBB08;
}
</style>
background-color css
<style>
a { background-color: #6DBB08; }
a { background-color: rgb(109,187,8); }
div.DivClassName
{
background-color: #6DBB08;
}
.BgClassName
{
background-color: #6DBB08;
}
</style>
border-color css
<style>
span { border-color: #6DBB08; }
span { border-color: rgb(109,187,8); }
td.TdClassName
{
border-color: #6DBB08;
}
.TagClassName
{
border-color: #6DBB08;
}
</style>