Shades of Christi #62B80F
Tints of Christi #62B80F
RGB
CMYK
RGB Variations
Color information
#62B80F (or 0x62B80F) is known color: Christi. HEX triplet: 62, B8 and 0F. RGB value is (98,184,15). Sum of RGB (Red+Green+Blue) = 98+184+15=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #62B80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62B80F is #9D47F0. Grayscale: #8B8B8B. Windows color (decimal): -10307569 or 1030242. OLE color: 1030242.
HSL color Cylindrical-coordinate representation of color #62B80F: hue angle of 90.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62B80F is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 184 | 15 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.28 |
| HSL | 90.53º | 0.85% | 0.39% | - |
| HSV(B) | 90.53º | 0.92% | 0.72% | - |
| XYZ | 22.26 | 36.91 | 6.4 | - |
| YUV | 139.02 | 58.01 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 184 | 15 | 0.47 | 0 | 0.92 | 0.28 | 90.53 | 0.85 | 0.39 |
| Hex | 62 | B8 | F | 2F | 0 | 5C | 1C | 5B | 55 | 27 |
| Octal | 142 | 270 | 17 | 57 | 0 | 134 | 34 | 133 | 125 | 47 |
| Binary | 1100010 | 10111000 | 1111 | 101111 | 0 | 1011100 | 11100 | 1011011 | 1010101 | 100111 |
Color Harmonies of #62B80F
Complementary color
Monochromatic Colors of #62B80F
Black with #62B80F
Text Example
Text Example
White with #62B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B80F; }
p { color: rgb(98,184,15); }
H1.HeaderClassName
{
color: #62B80F;
}
.AnyTagClassName
{
color: #62B80F;
}
</style>
background-color css
<style>
a { background-color: #62B80F; }
a { background-color: rgb(98,184,15); }
div.DivClassName
{
background-color: #62B80F;
}
.BgClassName
{
background-color: #62B80F;
}
</style>
border-color css
<style>
span { border-color: #62B80F; }
span { border-color: rgb(98,184,15); }
td.TdClassName
{
border-color: #62B80F;
}
.TagClassName
{
border-color: #62B80F;
}
</style>