Shades of Christi #6DC925
Tints of Christi #6DC925
RGB
CMYK
RGB Variations
Color information
#6DC925 (or 0x6DC925) is known color: Christi. HEX triplet: 6D, C9 and 25. RGB value is (109,201,37). Sum of RGB (Red+Green+Blue) = 109+201+37=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 201 (78.91% from 255 or 57.93% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC925 is #9236DA. Grayscale: #9B9B9B. Windows color (decimal): -9582299 or 2476397. OLE color: 2476397.
HSL color Cylindrical-coordinate representation of color #6DC925: hue angle of 93.66º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6DC925 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 37 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.21 |
| HSL | 93.66º | 0.69% | 0.47% | - |
| HSV(B) | 93.66º | 0.82% | 0.79% | - |
| XYZ | 27.53 | 45.16 | 9.02 | - |
| YUV | 154.8 | 61.52 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 37 | 0.46 | 0 | 0.82 | 0.21 | 93.66 | 0.69 | 0.47 |
| Hex | 6D | C9 | 25 | 2E | 0 | 52 | 15 | 5E | 45 | 2F |
| Octal | 155 | 311 | 45 | 56 | 0 | 122 | 25 | 136 | 105 | 57 |
| Binary | 1101101 | 11001001 | 100101 | 101110 | 0 | 1010010 | 10101 | 1011110 | 1000101 | 101111 |
Color Harmonies of #6DC925
Complementary color
Monochromatic Colors of #6DC925
Black with #6DC925
Text Example
Text Example
White with #6DC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC925; }
p { color: rgb(109,201,37); }
H1.HeaderClassName
{
color: #6DC925;
}
.AnyTagClassName
{
color: #6DC925;
}
</style>
background-color css
<style>
a { background-color: #6DC925; }
a { background-color: rgb(109,201,37); }
div.DivClassName
{
background-color: #6DC925;
}
.BgClassName
{
background-color: #6DC925;
}
</style>
border-color css
<style>
span { border-color: #6DC925; }
span { border-color: rgb(109,201,37); }
td.TdClassName
{
border-color: #6DC925;
}
.TagClassName
{
border-color: #6DC925;
}
</style>