Shades of Christi #6BC618
Tints of Christi #6BC618
RGB
CMYK
RGB Variations
Color information
#6BC618 (or 0x6BC618) is known color: Christi. HEX triplet: 6B, C6 and 18. RGB value is (107,198,24). Sum of RGB (Red+Green+Blue) = 107+198+24=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 198 (77.73% from 255 or 60.18% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 198 - color contains mainly: green. Hex color #6BC618 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC618 is #9439E7. Grayscale: #979797. Windows color (decimal): -9714152 or 1623659. OLE color: 1623659.
HSL color Cylindrical-coordinate representation of color #6BC618: hue angle of 91.38º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6BC618 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 198 | 24 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.22 |
| HSL | 91.38º | 0.78% | 0.44% | - |
| HSV(B) | 91.38º | 0.88% | 0.78% | - |
| XYZ | 26.42 | 43.58 | 7.88 | - |
| YUV | 150.96 | 56.35 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 198 | 24 | 0.46 | 0 | 0.88 | 0.22 | 91.38 | 0.78 | 0.44 |
| Hex | 6B | C6 | 18 | 2E | 0 | 58 | 16 | 5B | 4E | 2C |
| Octal | 153 | 306 | 30 | 56 | 0 | 130 | 26 | 133 | 116 | 54 |
| Binary | 1101011 | 11000110 | 11000 | 101110 | 0 | 1011000 | 10110 | 1011011 | 1001110 | 101100 |
Color Harmonies of #6BC618
Complementary color
Monochromatic Colors of #6BC618
Black with #6BC618
Text Example
Text Example
White with #6BC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC618; }
p { color: rgb(107,198,24); }
H1.HeaderClassName
{
color: #6BC618;
}
.AnyTagClassName
{
color: #6BC618;
}
</style>
background-color css
<style>
a { background-color: #6BC618; }
a { background-color: rgb(107,198,24); }
div.DivClassName
{
background-color: #6BC618;
}
.BgClassName
{
background-color: #6BC618;
}
</style>
border-color css
<style>
span { border-color: #6BC618; }
span { border-color: rgb(107,198,24); }
td.TdClassName
{
border-color: #6BC618;
}
.TagClassName
{
border-color: #6BC618;
}
</style>