Shades of Christi #65B925
Tints of Christi #65B925
RGB
CMYK
RGB Variations
Color information
#65B925 (or 0x65B925) is known color: Christi. HEX triplet: 65, B9 and 25. RGB value is (101,185,37). Sum of RGB (Red+Green+Blue) = 101+185+37=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 185 (72.66% from 255 or 57.28% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 185 - color contains mainly: green. Hex color #65B925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B925 is #9A46DA. Grayscale: #8F8F8F. Windows color (decimal): -10110683 or 2472293. OLE color: 2472293.
HSL color Cylindrical-coordinate representation of color #65B925: hue angle of 94.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65B925 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 185 | 37 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.27 |
| HSL | 94.05º | 0.67% | 0.44% | - |
| HSV(B) | 94.05º | 0.8% | 0.73% | - |
| XYZ | 23.05 | 37.6 | 7.79 | - |
| YUV | 143.01 | 68.17 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 37 | 0.45 | 0 | 0.80 | 0.27 | 94.05 | 0.67 | 0.44 |
| Hex | 65 | B9 | 25 | 2D | 0 | 50 | 1B | 5E | 43 | 2C |
| Octal | 145 | 271 | 45 | 55 | 0 | 120 | 33 | 136 | 103 | 54 |
| Binary | 1100101 | 10111001 | 100101 | 101101 | 0 | 1010000 | 11011 | 1011110 | 1000011 | 101100 |
Color Harmonies of #65B925
Complementary color
Monochromatic Colors of #65B925
Black with #65B925
Text Example
Text Example
White with #65B925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B925; }
p { color: rgb(101,185,37); }
H1.HeaderClassName
{
color: #65B925;
}
.AnyTagClassName
{
color: #65B925;
}
</style>
background-color css
<style>
a { background-color: #65B925; }
a { background-color: rgb(101,185,37); }
div.DivClassName
{
background-color: #65B925;
}
.BgClassName
{
background-color: #65B925;
}
</style>
border-color css
<style>
span { border-color: #65B925; }
span { border-color: rgb(101,185,37); }
td.TdClassName
{
border-color: #65B925;
}
.TagClassName
{
border-color: #65B925;
}
</style>