Shades of Christi #6BC52B
Tints of Christi #6BC52B
RGB
CMYK
RGB Variations
Color information
#6BC52B (or 0x6BC52B) is known color: Christi. HEX triplet: 6B, C5 and 2B. RGB value is (107,197,43). Sum of RGB (Red+Green+Blue) = 107+197+43=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC52B is #943AD4. Grayscale: #999999. Windows color (decimal): -9714389 or 2868587. OLE color: 2868587.
HSL color Cylindrical-coordinate representation of color #6BC52B: hue angle of 95.06º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6BC52B is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 43 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.23 |
| HSL | 95.06º | 0.64% | 0.47% | - |
| HSV(B) | 95.06º | 0.78% | 0.77% | - |
| XYZ | 26.47 | 43.23 | 9.24 | - |
| YUV | 152.53 | 66.18 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 43 | 0.46 | 0 | 0.78 | 0.23 | 95.06 | 0.64 | 0.47 |
| Hex | 6B | C5 | 2B | 2E | 0 | 4E | 17 | 5F | 40 | 2F |
| Octal | 153 | 305 | 53 | 56 | 0 | 116 | 27 | 137 | 100 | 57 |
| Binary | 1101011 | 11000101 | 101011 | 101110 | 0 | 1001110 | 10111 | 1011111 | 1000000 | 101111 |
Color Harmonies of #6BC52B
Complementary color
Monochromatic Colors of #6BC52B
Black with #6BC52B
Text Example
Text Example
White with #6BC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC52B; }
p { color: rgb(107,197,43); }
H1.HeaderClassName
{
color: #6BC52B;
}
.AnyTagClassName
{
color: #6BC52B;
}
</style>
background-color css
<style>
a { background-color: #6BC52B; }
a { background-color: rgb(107,197,43); }
div.DivClassName
{
background-color: #6BC52B;
}
.BgClassName
{
background-color: #6BC52B;
}
</style>
border-color css
<style>
span { border-color: #6BC52B; }
span { border-color: rgb(107,197,43); }
td.TdClassName
{
border-color: #6BC52B;
}
.TagClassName
{
border-color: #6BC52B;
}
</style>