Shades of Christi #6DC325
Tints of Christi #6DC325
RGB
CMYK
RGB Variations
Color information
#6DC325 (or 0x6DC325) is known color: Christi. HEX triplet: 6D, C3 and 25. RGB value is (109,195,37). Sum of RGB (Red+Green+Blue) = 109+195+37=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC325 is #923CDA. Grayscale: #979797. Windows color (decimal): -9583835 or 2474861. OLE color: 2474861.
HSL color Cylindrical-coordinate representation of color #6DC325: hue angle of 92.66º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6DC325 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 195 | 37 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.24 |
| HSL | 92.66º | 0.68% | 0.45% | - |
| HSV(B) | 92.66º | 0.81% | 0.76% | - |
| XYZ | 26.16 | 42.42 | 8.56 | - |
| YUV | 151.27 | 63.51 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 195 | 37 | 0.44 | 0 | 0.81 | 0.24 | 92.66 | 0.68 | 0.45 |
| Hex | 6D | C3 | 25 | 2C | 0 | 51 | 18 | 5D | 44 | 2D |
| Octal | 155 | 303 | 45 | 54 | 0 | 121 | 30 | 135 | 104 | 55 |
| Binary | 1101101 | 11000011 | 100101 | 101100 | 0 | 1010001 | 11000 | 1011101 | 1000100 | 101101 |
Color Harmonies of #6DC325
Complementary color
Monochromatic Colors of #6DC325
Black with #6DC325
Text Example
Text Example
White with #6DC325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC325; }
p { color: rgb(109,195,37); }
H1.HeaderClassName
{
color: #6DC325;
}
.AnyTagClassName
{
color: #6DC325;
}
</style>
background-color css
<style>
a { background-color: #6DC325; }
a { background-color: rgb(109,195,37); }
div.DivClassName
{
background-color: #6DC325;
}
.BgClassName
{
background-color: #6DC325;
}
</style>
border-color css
<style>
span { border-color: #6DC325; }
span { border-color: rgb(109,195,37); }
td.TdClassName
{
border-color: #6DC325;
}
.TagClassName
{
border-color: #6DC325;
}
</style>