Shades of Christi #6FCC1B
Tints of Christi #6FCC1B
RGB
CMYK
RGB Variations
Color information
#6FCC1B (or 0x6FCC1B) is known color: Christi. HEX triplet: 6F, CC and 1B. RGB value is (111,204,27). Sum of RGB (Red+Green+Blue) = 111+204+27=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCC1B is #9033E4. Grayscale: #9C9C9C. Windows color (decimal): -9450469 or 1821807. OLE color: 1821807.
HSL color Cylindrical-coordinate representation of color #6FCC1B: hue angle of 91.53º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6FCC1B is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 27 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.2 |
| HSL | 91.53º | 0.77% | 0.45% | - |
| HSV(B) | 91.53º | 0.87% | 0.8% | - |
| XYZ | 28.35 | 46.64 | 8.55 | - |
| YUV | 156.02 | 55.19 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 27 | 0.46 | 0 | 0.87 | 0.2 | 91.53 | 0.77 | 0.45 |
| Hex | 6F | CC | 1B | 2E | 0 | 57 | 14 | 5C | 4D | 2D |
| Octal | 157 | 314 | 33 | 56 | 0 | 127 | 24 | 134 | 115 | 55 |
| Binary | 1101111 | 11001100 | 11011 | 101110 | 0 | 1010111 | 10100 | 1011100 | 1001101 | 101101 |
Color Harmonies of #6FCC1B
Complementary color
Monochromatic Colors of #6FCC1B
Black with #6FCC1B
Text Example
Text Example
White with #6FCC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC1B; }
p { color: rgb(111,204,27); }
H1.HeaderClassName
{
color: #6FCC1B;
}
.AnyTagClassName
{
color: #6FCC1B;
}
</style>
background-color css
<style>
a { background-color: #6FCC1B; }
a { background-color: rgb(111,204,27); }
div.DivClassName
{
background-color: #6FCC1B;
}
.BgClassName
{
background-color: #6FCC1B;
}
</style>
border-color css
<style>
span { border-color: #6FCC1B; }
span { border-color: rgb(111,204,27); }
td.TdClassName
{
border-color: #6FCC1B;
}
.TagClassName
{
border-color: #6FCC1B;
}
</style>