Shades of Christi #63B620
Tints of Christi #63B620
RGB
CMYK
RGB Variations
Color information
#63B620 (or 0x63B620) is known color: Christi. HEX triplet: 63, B6 and 20. RGB value is (99,182,32). Sum of RGB (Red+Green+Blue) = 99+182+32=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 182 (71.48% from 255 or 58.15% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 182 - color contains mainly: green. Hex color #63B620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B620 is #9C49DF. Grayscale: #8C8C8C. Windows color (decimal): -10242528 or 2143843. OLE color: 2143843.
HSL color Cylindrical-coordinate representation of color #63B620: hue angle of 93.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63B620 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 182 | 32 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.29 |
| HSL | 93.2º | 0.7% | 0.42% | - |
| HSV(B) | 93.2º | 0.82% | 0.71% | - |
| XYZ | 22.13 | 36.21 | 7.19 | - |
| YUV | 140.08 | 67 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 182 | 32 | 0.46 | 0 | 0.82 | 0.29 | 93.2 | 0.7 | 0.42 |
| Hex | 63 | B6 | 20 | 2E | 0 | 52 | 1D | 5D | 46 | 2A |
| Octal | 143 | 266 | 40 | 56 | 0 | 122 | 35 | 135 | 106 | 52 |
| Binary | 1100011 | 10110110 | 100000 | 101110 | 0 | 1010010 | 11101 | 1011101 | 1000110 | 101010 |
Color Harmonies of #63B620
Complementary color
Monochromatic Colors of #63B620
Black with #63B620
Text Example
Text Example
White with #63B620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B620; }
p { color: rgb(99,182,32); }
H1.HeaderClassName
{
color: #63B620;
}
.AnyTagClassName
{
color: #63B620;
}
</style>
background-color css
<style>
a { background-color: #63B620; }
a { background-color: rgb(99,182,32); }
div.DivClassName
{
background-color: #63B620;
}
.BgClassName
{
background-color: #63B620;
}
</style>
border-color css
<style>
span { border-color: #63B620; }
span { border-color: rgb(99,182,32); }
td.TdClassName
{
border-color: #63B620;
}
.TagClassName
{
border-color: #63B620;
}
</style>