Shades of Christi #6DB80F
Tints of Christi #6DB80F
RGB
CMYK
RGB Variations
Color information
#6DB80F (or 0x6DB80F) is known color: Christi. HEX triplet: 6D, B8 and 0F. RGB value is (109,184,15). Sum of RGB (Red+Green+Blue) = 109+184+15=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB80F is #9247F0. Grayscale: #8E8E8E. Windows color (decimal): -9586673 or 1030253. OLE color: 1030253.
HSL color Cylindrical-coordinate representation of color #6DB80F: hue angle of 86.63º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DB80F is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 15 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.28 |
| HSL | 86.63º | 0.85% | 0.39% | - |
| HSV(B) | 86.63º | 0.92% | 0.72% | - |
| XYZ | 23.53 | 37.57 | 6.46 | - |
| YUV | 142.31 | 56.15 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 15 | 0.41 | 0 | 0.92 | 0.28 | 86.63 | 0.85 | 0.39 |
| Hex | 6D | B8 | F | 29 | 0 | 5C | 1C | 57 | 55 | 27 |
| Octal | 155 | 270 | 17 | 51 | 0 | 134 | 34 | 127 | 125 | 47 |
| Binary | 1101101 | 10111000 | 1111 | 101001 | 0 | 1011100 | 11100 | 1010111 | 1010101 | 100111 |
Color Harmonies of #6DB80F
Complementary color
Monochromatic Colors of #6DB80F
Black with #6DB80F
Text Example
Text Example
White with #6DB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB80F; }
p { color: rgb(109,184,15); }
H1.HeaderClassName
{
color: #6DB80F;
}
.AnyTagClassName
{
color: #6DB80F;
}
</style>
background-color css
<style>
a { background-color: #6DB80F; }
a { background-color: rgb(109,184,15); }
div.DivClassName
{
background-color: #6DB80F;
}
.BgClassName
{
background-color: #6DB80F;
}
</style>
border-color css
<style>
span { border-color: #6DB80F; }
span { border-color: rgb(109,184,15); }
td.TdClassName
{
border-color: #6DB80F;
}
.TagClassName
{
border-color: #6DB80F;
}
</style>