Shades of Christi #6DC025
Tints of Christi #6DC025
RGB
CMYK
RGB Variations
Color information
#6DC025 (or 0x6DC025) is known color: Christi. HEX triplet: 6D, C0 and 25. RGB value is (109,192,37). Sum of RGB (Red+Green+Blue) = 109+192+37=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC025 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC025 is #923FDA. Grayscale: #969696. Windows color (decimal): -9584603 or 2474093. OLE color: 2474093.
HSL color Cylindrical-coordinate representation of color #6DC025: hue angle of 92.13º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6DC025 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 37 | - |
| CMYK | 0.43 | 0 | 0.81 | 0.25 |
| HSL | 92.13º | 0.68% | 0.45% | - |
| HSV(B) | 92.13º | 0.81% | 0.75% | - |
| XYZ | 25.49 | 41.08 | 8.34 | - |
| YUV | 149.51 | 64.5 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 37 | 0.43 | 0 | 0.81 | 0.25 | 92.13 | 0.68 | 0.45 |
| Hex | 6D | C0 | 25 | 2B | 0 | 51 | 19 | 5C | 44 | 2D |
| Octal | 155 | 300 | 45 | 53 | 0 | 121 | 31 | 134 | 104 | 55 |
| Binary | 1101101 | 11000000 | 100101 | 101011 | 0 | 1010001 | 11001 | 1011100 | 1000100 | 101101 |
Color Harmonies of #6DC025
Complementary color
Monochromatic Colors of #6DC025
Black with #6DC025
Text Example
Text Example
White with #6DC025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC025; }
p { color: rgb(109,192,37); }
H1.HeaderClassName
{
color: #6DC025;
}
.AnyTagClassName
{
color: #6DC025;
}
</style>
background-color css
<style>
a { background-color: #6DC025; }
a { background-color: rgb(109,192,37); }
div.DivClassName
{
background-color: #6DC025;
}
.BgClassName
{
background-color: #6DC025;
}
</style>
border-color css
<style>
span { border-color: #6DC025; }
span { border-color: rgb(109,192,37); }
td.TdClassName
{
border-color: #6DC025;
}
.TagClassName
{
border-color: #6DC025;
}
</style>