Shades of Christi #62B207
Tints of Christi #62B207
RGB
CMYK
RGB Variations
Color information
#62B207 (or 0x62B207) is known color: Christi. HEX triplet: 62, B2 and 07. RGB value is (98,178,7). Sum of RGB (Red+Green+Blue) = 98+178+7=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 178 (69.92% from 255 or 62.90% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 178 - color contains mainly: green. Hex color #62B207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62B207 is #9D4DF8. Grayscale: #878787. Windows color (decimal): -10309113 or 504418. OLE color: 504418.
HSL color Cylindrical-coordinate representation of color #62B207: hue angle of 88.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62B207 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 178 | 7 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.30 |
| HSL | 88.07º | 0.92% | 0.36% | - |
| HSV(B) | 88.07º | 0.96% | 0.7% | - |
| XYZ | 21 | 34.45 | 5.74 | - |
| YUV | 134.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 7 | 0.45 | 0 | 0.96 | 0.30 | 88.07 | 0.92 | 0.36 |
| Hex | 62 | B2 | 7 | 2D | 0 | 60 | 1E | 58 | 5C | 24 |
| Octal | 142 | 262 | 7 | 55 | 0 | 140 | 36 | 130 | 134 | 44 |
| Binary | 1100010 | 10110010 | 111 | 101101 | 0 | 1100000 | 11110 | 1011000 | 1011100 | 100100 |
Color Harmonies of #62B207
Complementary color
Monochromatic Colors of #62B207
Black with #62B207
Text Example
Text Example
White with #62B207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B207; }
p { color: rgb(98,178,7); }
H1.HeaderClassName
{
color: #62B207;
}
.AnyTagClassName
{
color: #62B207;
}
</style>
background-color css
<style>
a { background-color: #62B207; }
a { background-color: rgb(98,178,7); }
div.DivClassName
{
background-color: #62B207;
}
.BgClassName
{
background-color: #62B207;
}
</style>
border-color css
<style>
span { border-color: #62B207; }
span { border-color: rgb(98,178,7); }
td.TdClassName
{
border-color: #62B207;
}
.TagClassName
{
border-color: #62B207;
}
</style>