Shades of Christi #6ECD05
Tints of Christi #6ECD05
RGB
CMYK
RGB Variations
Color information
#6ECD05 (or 0x6ECD05) is known color: Christi. HEX triplet: 6E, CD and 05. RGB value is (110,205,5). Sum of RGB (Red+Green+Blue) = 110+205+5=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 205 (80.47% from 255 or 64.06% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECD05 is #9132FA. Grayscale: #9A9A9A. Windows color (decimal): -9515771 or 380270. OLE color: 380270.
HSL color Cylindrical-coordinate representation of color #6ECD05: hue angle of 88.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6ECD05 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 5 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.20 |
| HSL | 88.5º | 0.95% | 0.41% | - |
| HSV(B) | 88.5º | 0.98% | 0.8% | - |
| XYZ | 28.29 | 46.99 | 7.72 | - |
| YUV | 153.8 | 44.03 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 5 | 0.46 | 0 | 0.98 | 0.20 | 88.5 | 0.95 | 0.41 |
| Hex | 6E | CD | 5 | 2E | 0 | 62 | 14 | 58 | 5F | 29 |
| Octal | 156 | 315 | 5 | 56 | 0 | 142 | 24 | 130 | 137 | 51 |
| Binary | 1101110 | 11001101 | 101 | 101110 | 0 | 1100010 | 10100 | 1011000 | 1011111 | 101001 |
Color Harmonies of #6ECD05
Complementary color
Monochromatic Colors of #6ECD05
Black with #6ECD05
Text Example
Text Example
White with #6ECD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD05; }
p { color: rgb(110,205,5); }
H1.HeaderClassName
{
color: #6ECD05;
}
.AnyTagClassName
{
color: #6ECD05;
}
</style>
background-color css
<style>
a { background-color: #6ECD05; }
a { background-color: rgb(110,205,5); }
div.DivClassName
{
background-color: #6ECD05;
}
.BgClassName
{
background-color: #6ECD05;
}
</style>
border-color css
<style>
span { border-color: #6ECD05; }
span { border-color: rgb(110,205,5); }
td.TdClassName
{
border-color: #6ECD05;
}
.TagClassName
{
border-color: #6ECD05;
}
</style>