Shades of Christi #65BE25
Tints of Christi #65BE25
RGB
CMYK
RGB Variations
Color information
#65BE25 (or 0x65BE25) is known color: Christi. HEX triplet: 65, BE and 25. RGB value is (101,190,37). Sum of RGB (Red+Green+Blue) = 101+190+37=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 190 (74.61% from 255 or 57.93% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BE25 is #9A41DA. Grayscale: #929292. Windows color (decimal): -10109403 or 2473573. OLE color: 2473573.
HSL color Cylindrical-coordinate representation of color #65BE25: hue angle of 94.9º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65BE25 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 190 | 37 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.25 |
| HSL | 94.9º | 0.67% | 0.45% | - |
| HSV(B) | 94.9º | 0.81% | 0.75% | - |
| XYZ | 24.11 | 39.73 | 8.15 | - |
| YUV | 145.95 | 66.51 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 190 | 37 | 0.47 | 0 | 0.81 | 0.25 | 94.9 | 0.67 | 0.45 |
| Hex | 65 | BE | 25 | 2F | 0 | 51 | 19 | 5F | 43 | 2D |
| Octal | 145 | 276 | 45 | 57 | 0 | 121 | 31 | 137 | 103 | 55 |
| Binary | 1100101 | 10111110 | 100101 | 101111 | 0 | 1010001 | 11001 | 1011111 | 1000011 | 101101 |
Color Harmonies of #65BE25
Complementary color
Monochromatic Colors of #65BE25
Black with #65BE25
Text Example
Text Example
White with #65BE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BE25; }
p { color: rgb(101,190,37); }
H1.HeaderClassName
{
color: #65BE25;
}
.AnyTagClassName
{
color: #65BE25;
}
</style>
background-color css
<style>
a { background-color: #65BE25; }
a { background-color: rgb(101,190,37); }
div.DivClassName
{
background-color: #65BE25;
}
.BgClassName
{
background-color: #65BE25;
}
</style>
border-color css
<style>
span { border-color: #65BE25; }
span { border-color: rgb(101,190,37); }
td.TdClassName
{
border-color: #65BE25;
}
.TagClassName
{
border-color: #65BE25;
}
</style>