Shades of Christi #6BC028
Tints of Christi #6BC028
RGB
CMYK
RGB Variations
Color information
#6BC028 (or 0x6BC028) is known color: Christi. HEX triplet: 6B, C0 and 28. RGB value is (107,192,40). Sum of RGB (Red+Green+Blue) = 107+192+40=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC028 is #943FD7. Grayscale: #959595. Windows color (decimal): -9715672 or 2670699. OLE color: 2670699.
HSL color Cylindrical-coordinate representation of color #6BC028: hue angle of 93.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6BC028 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 40 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.25 |
| HSL | 93.55º | 0.66% | 0.45% | - |
| HSV(B) | 93.55º | 0.79% | 0.75% | - |
| XYZ | 25.3 | 40.98 | 8.58 | - |
| YUV | 149.26 | 66.34 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 40 | 0.44 | 0 | 0.79 | 0.25 | 93.55 | 0.66 | 0.45 |
| Hex | 6B | C0 | 28 | 2C | 0 | 4F | 19 | 5E | 42 | 2D |
| Octal | 153 | 300 | 50 | 54 | 0 | 117 | 31 | 136 | 102 | 55 |
| Binary | 1101011 | 11000000 | 101000 | 101100 | 0 | 1001111 | 11001 | 1011110 | 1000010 | 101101 |
Color Harmonies of #6BC028
Complementary color
Monochromatic Colors of #6BC028
Black with #6BC028
Text Example
Text Example
White with #6BC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC028; }
p { color: rgb(107,192,40); }
H1.HeaderClassName
{
color: #6BC028;
}
.AnyTagClassName
{
color: #6BC028;
}
</style>
background-color css
<style>
a { background-color: #6BC028; }
a { background-color: rgb(107,192,40); }
div.DivClassName
{
background-color: #6BC028;
}
.BgClassName
{
background-color: #6BC028;
}
</style>
border-color css
<style>
span { border-color: #6BC028; }
span { border-color: rgb(107,192,40); }
td.TdClassName
{
border-color: #6BC028;
}
.TagClassName
{
border-color: #6BC028;
}
</style>