Shades of Christi #6FCC1D
Tints of Christi #6FCC1D
RGB
CMYK
RGB Variations
Color information
#6FCC1D (or 0x6FCC1D) is known color: Christi. HEX triplet: 6F, CC and 1D. RGB value is (111,204,29). Sum of RGB (Red+Green+Blue) = 111+204+29=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCC1D is #9033E2. Grayscale: #9C9C9C. Windows color (decimal): -9450467 or 1952879. OLE color: 1952879.
HSL color Cylindrical-coordinate representation of color #6FCC1D: hue angle of 91.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6FCC1D is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 29 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.2 |
| HSL | 91.89º | 0.75% | 0.46% | - |
| HSV(B) | 91.89º | 0.86% | 0.8% | - |
| XYZ | 28.37 | 46.65 | 8.67 | - |
| YUV | 156.24 | 56.19 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 29 | 0.46 | 0 | 0.86 | 0.2 | 91.89 | 0.75 | 0.46 |
| Hex | 6F | CC | 1D | 2E | 0 | 56 | 14 | 5C | 4B | 2E |
| Octal | 157 | 314 | 35 | 56 | 0 | 126 | 24 | 134 | 113 | 56 |
| Binary | 1101111 | 11001100 | 11101 | 101110 | 0 | 1010110 | 10100 | 1011100 | 1001011 | 101110 |
Color Harmonies of #6FCC1D
Complementary color
Monochromatic Colors of #6FCC1D
Black with #6FCC1D
Text Example
Text Example
White with #6FCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC1D; }
p { color: rgb(111,204,29); }
H1.HeaderClassName
{
color: #6FCC1D;
}
.AnyTagClassName
{
color: #6FCC1D;
}
</style>
background-color css
<style>
a { background-color: #6FCC1D; }
a { background-color: rgb(111,204,29); }
div.DivClassName
{
background-color: #6FCC1D;
}
.BgClassName
{
background-color: #6FCC1D;
}
</style>
border-color css
<style>
span { border-color: #6FCC1D; }
span { border-color: rgb(111,204,29); }
td.TdClassName
{
border-color: #6FCC1D;
}
.TagClassName
{
border-color: #6FCC1D;
}
</style>