Shades of Christi #6BC825
Tints of Christi #6BC825
RGB
CMYK
RGB Variations
Color information
#6BC825 (or 0x6BC825) is known color: Christi. HEX triplet: 6B, C8 and 25. RGB value is (107,200,37). Sum of RGB (Red+Green+Blue) = 107+200+37=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #6BC825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC825 is #9437DA. Grayscale: #9A9A9A. Windows color (decimal): -9713627 or 2476139. OLE color: 2476139.
HSL color Cylindrical-coordinate representation of color #6BC825: hue angle of 94.23º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6BC825 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 200 | 37 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.22 |
| HSL | 94.23º | 0.69% | 0.46% | - |
| HSV(B) | 94.23º | 0.82% | 0.78% | - |
| XYZ | 27.05 | 44.57 | 8.93 | - |
| YUV | 153.61 | 62.19 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 200 | 37 | 0.46 | 0 | 0.82 | 0.22 | 94.23 | 0.69 | 0.46 |
| Hex | 6B | C8 | 25 | 2E | 0 | 52 | 16 | 5E | 45 | 2E |
| Octal | 153 | 310 | 45 | 56 | 0 | 122 | 26 | 136 | 105 | 56 |
| Binary | 1101011 | 11001000 | 100101 | 101110 | 0 | 1010010 | 10110 | 1011110 | 1000101 | 101110 |
Color Harmonies of #6BC825
Complementary color
Monochromatic Colors of #6BC825
Black with #6BC825
Text Example
Text Example
White with #6BC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC825; }
p { color: rgb(107,200,37); }
H1.HeaderClassName
{
color: #6BC825;
}
.AnyTagClassName
{
color: #6BC825;
}
</style>
background-color css
<style>
a { background-color: #6BC825; }
a { background-color: rgb(107,200,37); }
div.DivClassName
{
background-color: #6BC825;
}
.BgClassName
{
background-color: #6BC825;
}
</style>
border-color css
<style>
span { border-color: #6BC825; }
span { border-color: rgb(107,200,37); }
td.TdClassName
{
border-color: #6BC825;
}
.TagClassName
{
border-color: #6BC825;
}
</style>