Shades of Christi #65BC04
Tints of Christi #65BC04
RGB
CMYK
RGB Variations
Color information
#65BC04 (or 0x65BC04) is known color: Christi. HEX triplet: 65, BC and 04. RGB value is (101,188,4). Sum of RGB (Red+Green+Blue) = 101+188+4=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65BC04 is #9A43FB. Grayscale: #8D8D8D. Windows color (decimal): -10109948 or 310373. OLE color: 310373.
HSL color Cylindrical-coordinate representation of color #65BC04: hue angle of 88.37º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65BC04 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.26 |
| HSL | 88.37º | 0.96% | 0.38% | - |
| HSV(B) | 88.37º | 0.98% | 0.74% | - |
| XYZ | 23.37 | 38.74 | 6.36 | - |
| YUV | 141.01 | 50.68 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 4 | 0.46 | 0 | 0.98 | 0.26 | 88.37 | 0.96 | 0.38 |
| Hex | 65 | BC | 4 | 2E | 0 | 62 | 1A | 58 | 60 | 26 |
| Octal | 145 | 274 | 4 | 56 | 0 | 142 | 32 | 130 | 140 | 46 |
| Binary | 1100101 | 10111100 | 100 | 101110 | 0 | 1100010 | 11010 | 1011000 | 1100000 | 100110 |
Color Harmonies of #65BC04
Complementary color
Monochromatic Colors of #65BC04
Black with #65BC04
Text Example
Text Example
White with #65BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC04; }
p { color: rgb(101,188,4); }
H1.HeaderClassName
{
color: #65BC04;
}
.AnyTagClassName
{
color: #65BC04;
}
</style>
background-color css
<style>
a { background-color: #65BC04; }
a { background-color: rgb(101,188,4); }
div.DivClassName
{
background-color: #65BC04;
}
.BgClassName
{
background-color: #65BC04;
}
</style>
border-color css
<style>
span { border-color: #65BC04; }
span { border-color: rgb(101,188,4); }
td.TdClassName
{
border-color: #65BC04;
}
.TagClassName
{
border-color: #65BC04;
}
</style>