Shades of Christi #6BC31B
Tints of Christi #6BC31B
RGB
CMYK
RGB Variations
Color information
#6BC31B (or 0x6BC31B) is known color: Christi. HEX triplet: 6B, C3 and 1B. RGB value is (107,195,27). Sum of RGB (Red+Green+Blue) = 107+195+27=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC31B is #943CE4. Grayscale: #969696. Windows color (decimal): -9714917 or 1819499. OLE color: 1819499.
HSL color Cylindrical-coordinate representation of color #6BC31B: hue angle of 91.43º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6BC31B is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 195 | 27 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.24 |
| HSL | 91.43º | 0.76% | 0.44% | - |
| HSV(B) | 91.43º | 0.86% | 0.76% | - |
| XYZ | 25.78 | 42.24 | 7.83 | - |
| YUV | 149.54 | 58.85 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 195 | 27 | 0.45 | 0 | 0.86 | 0.24 | 91.43 | 0.76 | 0.44 |
| Hex | 6B | C3 | 1B | 2D | 0 | 56 | 18 | 5B | 4C | 2C |
| Octal | 153 | 303 | 33 | 55 | 0 | 126 | 30 | 133 | 114 | 54 |
| Binary | 1101011 | 11000011 | 11011 | 101101 | 0 | 1010110 | 11000 | 1011011 | 1001100 | 101100 |
Color Harmonies of #6BC31B
Complementary color
Monochromatic Colors of #6BC31B
Black with #6BC31B
Text Example
Text Example
White with #6BC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC31B; }
p { color: rgb(107,195,27); }
H1.HeaderClassName
{
color: #6BC31B;
}
.AnyTagClassName
{
color: #6BC31B;
}
</style>
background-color css
<style>
a { background-color: #6BC31B; }
a { background-color: rgb(107,195,27); }
div.DivClassName
{
background-color: #6BC31B;
}
.BgClassName
{
background-color: #6BC31B;
}
</style>
border-color css
<style>
span { border-color: #6BC31B; }
span { border-color: rgb(107,195,27); }
td.TdClassName
{
border-color: #6BC31B;
}
.TagClassName
{
border-color: #6BC31B;
}
</style>