Shades of Christi #62B208
Tints of Christi #62B208
RGB
CMYK
RGB Variations
Color information
#62B208 (or 0x62B208) is known color: Christi. HEX triplet: 62, B2 and 08. RGB value is (98,178,8). Sum of RGB (Red+Green+Blue) = 98+178+8=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 178 (69.92% from 255 or 62.68% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 178 - color contains mainly: green. Hex color #62B208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62B208 is #9D4DF7. Grayscale: #878787. Windows color (decimal): -10309112 or 569954. OLE color: 569954.
HSL color Cylindrical-coordinate representation of color #62B208: hue angle of 88.24º degrees, saturation: 0.91, 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 #62B208 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 178 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.30 |
| HSL | 88.24º | 0.91% | 0.36% | - |
| HSV(B) | 88.24º | 0.96% | 0.7% | - |
| XYZ | 21 | 34.45 | 5.77 | - |
| YUV | 134.7 | 56.5 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 8 | 0.45 | 0 | 0.96 | 0.30 | 88.24 | 0.91 | 0.36 |
| Hex | 62 | B2 | 8 | 2D | 0 | 60 | 1E | 58 | 5B | 24 |
| Octal | 142 | 262 | 10 | 55 | 0 | 140 | 36 | 130 | 133 | 44 |
| Binary | 1100010 | 10110010 | 1000 | 101101 | 0 | 1100000 | 11110 | 1011000 | 1011011 | 100100 |
Color Harmonies of #62B208
Complementary color
Monochromatic Colors of #62B208
Black with #62B208
Text Example
Text Example
White with #62B208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B208; }
p { color: rgb(98,178,8); }
H1.HeaderClassName
{
color: #62B208;
}
.AnyTagClassName
{
color: #62B208;
}
</style>
background-color css
<style>
a { background-color: #62B208; }
a { background-color: rgb(98,178,8); }
div.DivClassName
{
background-color: #62B208;
}
.BgClassName
{
background-color: #62B208;
}
</style>
border-color css
<style>
span { border-color: #62B208; }
span { border-color: rgb(98,178,8); }
td.TdClassName
{
border-color: #62B208;
}
.TagClassName
{
border-color: #62B208;
}
</style>