Shades of Christi #6ABC25
Tints of Christi #6ABC25
RGB
CMYK
RGB Variations
Color information
#6ABC25 (or 0x6ABC25) is known color: Christi. HEX triplet: 6A, BC and 25. RGB value is (106,188,37). Sum of RGB (Red+Green+Blue) = 106+188+37=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABC25 is #9543DA. Grayscale: #929292. Windows color (decimal): -9782235 or 2473066. OLE color: 2473066.
HSL color Cylindrical-coordinate representation of color #6ABC25: hue angle of 92.58º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6ABC25 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 37 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.26 |
| HSL | 92.58º | 0.67% | 0.44% | - |
| HSV(B) | 92.58º | 0.8% | 0.74% | - |
| XYZ | 24.26 | 39.16 | 8.03 | - |
| YUV | 146.27 | 66.33 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 37 | 0.44 | 0 | 0.80 | 0.26 | 92.58 | 0.67 | 0.44 |
| Hex | 6A | BC | 25 | 2C | 0 | 50 | 1A | 5D | 43 | 2C |
| Octal | 152 | 274 | 45 | 54 | 0 | 120 | 32 | 135 | 103 | 54 |
| Binary | 1101010 | 10111100 | 100101 | 101100 | 0 | 1010000 | 11010 | 1011101 | 1000011 | 101100 |
Color Harmonies of #6ABC25
Complementary color
Monochromatic Colors of #6ABC25
Black with #6ABC25
Text Example
Text Example
White with #6ABC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC25; }
p { color: rgb(106,188,37); }
H1.HeaderClassName
{
color: #6ABC25;
}
.AnyTagClassName
{
color: #6ABC25;
}
</style>
background-color css
<style>
a { background-color: #6ABC25; }
a { background-color: rgb(106,188,37); }
div.DivClassName
{
background-color: #6ABC25;
}
.BgClassName
{
background-color: #6ABC25;
}
</style>
border-color css
<style>
span { border-color: #6ABC25; }
span { border-color: rgb(106,188,37); }
td.TdClassName
{
border-color: #6ABC25;
}
.TagClassName
{
border-color: #6ABC25;
}
</style>