Shades of Christi #62B81D
Tints of Christi #62B81D
RGB
CMYK
RGB Variations
Color information
#62B81D (or 0x62B81D) is known color: Christi. HEX triplet: 62, B8 and 1D. RGB value is (98,184,29). Sum of RGB (Red+Green+Blue) = 98+184+29=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #62B81D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B81D is #9D47E2. Grayscale: #8D8D8D. Windows color (decimal): -10307555 or 1947746. OLE color: 1947746.
HSL color Cylindrical-coordinate representation of color #62B81D: hue angle of 93.29º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62B81D is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 184 | 29 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.28 |
| HSL | 93.29º | 0.73% | 0.42% | - |
| HSV(B) | 93.29º | 0.84% | 0.72% | - |
| XYZ | 22.4 | 36.97 | 7.12 | - |
| YUV | 140.62 | 65.01 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 184 | 29 | 0.47 | 0 | 0.84 | 0.28 | 93.29 | 0.73 | 0.42 |
| Hex | 62 | B8 | 1D | 2F | 0 | 54 | 1C | 5D | 49 | 2A |
| Octal | 142 | 270 | 35 | 57 | 0 | 124 | 34 | 135 | 111 | 52 |
| Binary | 1100010 | 10111000 | 11101 | 101111 | 0 | 1010100 | 11100 | 1011101 | 1001001 | 101010 |
Color Harmonies of #62B81D
Complementary color
Monochromatic Colors of #62B81D
Black with #62B81D
Text Example
Text Example
White with #62B81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B81D; }
p { color: rgb(98,184,29); }
H1.HeaderClassName
{
color: #62B81D;
}
.AnyTagClassName
{
color: #62B81D;
}
</style>
background-color css
<style>
a { background-color: #62B81D; }
a { background-color: rgb(98,184,29); }
div.DivClassName
{
background-color: #62B81D;
}
.BgClassName
{
background-color: #62B81D;
}
</style>
border-color css
<style>
span { border-color: #62B81D; }
span { border-color: rgb(98,184,29); }
td.TdClassName
{
border-color: #62B81D;
}
.TagClassName
{
border-color: #62B81D;
}
</style>