Shades of Christi #6FCD1E
Tints of Christi #6FCD1E
RGB
CMYK
RGB Variations
Color information
#6FCD1E (or 0x6FCD1E) is known color: Christi. HEX triplet: 6F, CD and 1E. RGB value is (111,205,30). Sum of RGB (Red+Green+Blue) = 111+205+30=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 205 (80.47% from 255 or 59.25% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCD1E is #9032E1. Grayscale: #9D9D9D. Windows color (decimal): -9450210 or 2018671. OLE color: 2018671.
HSL color Cylindrical-coordinate representation of color #6FCD1E: hue angle of 92.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6FCD1E is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 30 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.20 |
| HSL | 92.23º | 0.74% | 0.46% | - |
| HSV(B) | 92.23º | 0.85% | 0.8% | - |
| XYZ | 28.62 | 47.14 | 8.82 | - |
| YUV | 156.94 | 56.36 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 30 | 0.46 | 0 | 0.85 | 0.20 | 92.23 | 0.74 | 0.46 |
| Hex | 6F | CD | 1E | 2E | 0 | 55 | 14 | 5C | 4A | 2E |
| Octal | 157 | 315 | 36 | 56 | 0 | 125 | 24 | 134 | 112 | 56 |
| Binary | 1101111 | 11001101 | 11110 | 101110 | 0 | 1010101 | 10100 | 1011100 | 1001010 | 101110 |
Color Harmonies of #6FCD1E
Complementary color
Monochromatic Colors of #6FCD1E
Black with #6FCD1E
Text Example
Text Example
White with #6FCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD1E; }
p { color: rgb(111,205,30); }
H1.HeaderClassName
{
color: #6FCD1E;
}
.AnyTagClassName
{
color: #6FCD1E;
}
</style>
background-color css
<style>
a { background-color: #6FCD1E; }
a { background-color: rgb(111,205,30); }
div.DivClassName
{
background-color: #6FCD1E;
}
.BgClassName
{
background-color: #6FCD1E;
}
</style>
border-color css
<style>
span { border-color: #6FCD1E; }
span { border-color: rgb(111,205,30); }
td.TdClassName
{
border-color: #6FCD1E;
}
.TagClassName
{
border-color: #6FCD1E;
}
</style>