Shades of Christi #6CBD1F
Tints of Christi #6CBD1F
RGB
CMYK
RGB Variations
Color information
#6CBD1F (or 0x6CBD1F) is known color: Christi. HEX triplet: 6C, BD and 1F. RGB value is (108,189,31). Sum of RGB (Red+Green+Blue) = 108+189+31=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBD1F is #9342E0. Grayscale: #939393. Windows color (decimal): -9650913 or 2080108. OLE color: 2080108.
HSL color Cylindrical-coordinate representation of color #6CBD1F: hue angle of 90.76º 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 #6CBD1F is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 189 | 31 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.26 |
| HSL | 90.76º | 0.72% | 0.43% | - |
| HSV(B) | 90.76º | 0.84% | 0.74% | - |
| XYZ | 24.63 | 39.68 | 7.66 | - |
| YUV | 146.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 189 | 31 | 0.43 | 0 | 0.84 | 0.26 | 90.76 | 0.72 | 0.43 |
| Hex | 6C | BD | 1F | 2B | 0 | 54 | 1A | 5B | 48 | 2B |
| Octal | 154 | 275 | 37 | 53 | 0 | 124 | 32 | 133 | 110 | 53 |
| Binary | 1101100 | 10111101 | 11111 | 101011 | 0 | 1010100 | 11010 | 1011011 | 1001000 | 101011 |
Color Harmonies of #6CBD1F
Complementary color
Monochromatic Colors of #6CBD1F
Black with #6CBD1F
Text Example
Text Example
White with #6CBD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBD1F; }
p { color: rgb(108,189,31); }
H1.HeaderClassName
{
color: #6CBD1F;
}
.AnyTagClassName
{
color: #6CBD1F;
}
</style>
background-color css
<style>
a { background-color: #6CBD1F; }
a { background-color: rgb(108,189,31); }
div.DivClassName
{
background-color: #6CBD1F;
}
.BgClassName
{
background-color: #6CBD1F;
}
</style>
border-color css
<style>
span { border-color: #6CBD1F; }
span { border-color: rgb(108,189,31); }
td.TdClassName
{
border-color: #6CBD1F;
}
.TagClassName
{
border-color: #6CBD1F;
}
</style>