Shades of Christi #61B200
Tints of Christi #61B200
RGB
CMYK
RGB Variations
Color information
#61B200 (or 0x61B200) is known color: Christi. HEX triplet: 61, B2 and 00. RGB value is (97,178,0). Sum of RGB (Red+Green+Blue) = 97+178+0=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 178 (69.92% from 255 or 64.73% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 178 - color contains mainly: green. Hex color #61B200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61B200 is #9E4DFF. Grayscale: #868686. Windows color (decimal): -10374656 or 45665. OLE color: 45665.
HSL color Cylindrical-coordinate representation of color #61B200: hue angle of 87.3º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61B200 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 178 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.30 |
| HSL | 87.3º | 1% | 0.35% | - |
| HSV(B) | 87.3º | 1% | 0.7% | - |
| XYZ | 20.85 | 34.38 | 5.54 | - |
| YUV | 133.49 | 52.66 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 178 | 0 | 0.46 | 0 | 1 | 0.30 | 87.3 | 1 | 0.35 |
| Hex | 61 | B2 | 0 | 2E | 0 | 64 | 1E | 57 | 64 | 23 |
| Octal | 141 | 262 | 0 | 56 | 0 | 144 | 36 | 127 | 144 | 43 |
| Binary | 1100001 | 10110010 | 0 | 101110 | 0 | 1100100 | 11110 | 1010111 | 1100100 | 100011 |
Color Harmonies of #61B200
Complementary color
Monochromatic Colors of #61B200
Black with #61B200
Text Example
Text Example
White with #61B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B200; }
p { color: rgb(97,178,0); }
H1.HeaderClassName
{
color: #61B200;
}
.AnyTagClassName
{
color: #61B200;
}
</style>
background-color css
<style>
a { background-color: #61B200; }
a { background-color: rgb(97,178,0); }
div.DivClassName
{
background-color: #61B200;
}
.BgClassName
{
background-color: #61B200;
}
</style>
border-color css
<style>
span { border-color: #61B200; }
span { border-color: rgb(97,178,0); }
td.TdClassName
{
border-color: #61B200;
}
.TagClassName
{
border-color: #61B200;
}
</style>