Shades of Christi #61B202
Tints of Christi #61B202
RGB
CMYK
RGB Variations
Color information
#61B202 (or 0x61B202) is known color: Christi. HEX triplet: 61, B2 and 02. RGB value is (97,178,2). Sum of RGB (Red+Green+Blue) = 97+178+2=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #61B202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61B202 is #9E4DFD. Grayscale: #868686. Windows color (decimal): -10374654 or 176737. OLE color: 176737.
HSL color Cylindrical-coordinate representation of color #61B202: hue angle of 87.61º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61B202 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 178 | 2 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.30 |
| HSL | 87.61º | 0.98% | 0.35% | - |
| HSV(B) | 87.61º | 0.99% | 0.7% | - |
| XYZ | 20.86 | 34.39 | 5.6 | - |
| YUV | 133.72 | 53.66 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 178 | 2 | 0.46 | 0 | 0.99 | 0.30 | 87.61 | 0.98 | 0.35 |
| Hex | 61 | B2 | 2 | 2E | 0 | 63 | 1E | 58 | 62 | 23 |
| Octal | 141 | 262 | 2 | 56 | 0 | 143 | 36 | 130 | 142 | 43 |
| Binary | 1100001 | 10110010 | 10 | 101110 | 0 | 1100011 | 11110 | 1011000 | 1100010 | 100011 |
Color Harmonies of #61B202
Complementary color
Monochromatic Colors of #61B202
Black with #61B202
Text Example
Text Example
White with #61B202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B202; }
p { color: rgb(97,178,2); }
H1.HeaderClassName
{
color: #61B202;
}
.AnyTagClassName
{
color: #61B202;
}
</style>
background-color css
<style>
a { background-color: #61B202; }
a { background-color: rgb(97,178,2); }
div.DivClassName
{
background-color: #61B202;
}
.BgClassName
{
background-color: #61B202;
}
</style>
border-color css
<style>
span { border-color: #61B202; }
span { border-color: rgb(97,178,2); }
td.TdClassName
{
border-color: #61B202;
}
.TagClassName
{
border-color: #61B202;
}
</style>