Shades of Christi #69BE13
Tints of Christi #69BE13
RGB
CMYK
RGB Variations
Color information
#69BE13 (or 0x69BE13) is known color: Christi. HEX triplet: 69, BE and 13. RGB value is (105,190,19). Sum of RGB (Red+Green+Blue) = 105+190+19=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 190 (74.61% from 255 or 60.51% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69BE13 is #9641EC. Grayscale: #919191. Windows color (decimal): -9847277 or 1293929. OLE color: 1293929.
HSL color Cylindrical-coordinate representation of color #69BE13: hue angle of 89.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69BE13 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 190 | 19 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.25 |
| HSL | 89.82º | 0.82% | 0.41% | - |
| HSV(B) | 89.82º | 0.9% | 0.75% | - |
| XYZ | 24.36 | 39.88 | 7.03 | - |
| YUV | 145.09 | 56.84 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 190 | 19 | 0.45 | 0 | 0.90 | 0.25 | 89.82 | 0.82 | 0.41 |
| Hex | 69 | BE | 13 | 2D | 0 | 5A | 19 | 5A | 52 | 29 |
| Octal | 151 | 276 | 23 | 55 | 0 | 132 | 31 | 132 | 122 | 51 |
| Binary | 1101001 | 10111110 | 10011 | 101101 | 0 | 1011010 | 11001 | 1011010 | 1010010 | 101001 |
Color Harmonies of #69BE13
Complementary color
Monochromatic Colors of #69BE13
Black with #69BE13
Text Example
Text Example
White with #69BE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BE13; }
p { color: rgb(105,190,19); }
H1.HeaderClassName
{
color: #69BE13;
}
.AnyTagClassName
{
color: #69BE13;
}
</style>
background-color css
<style>
a { background-color: #69BE13; }
a { background-color: rgb(105,190,19); }
div.DivClassName
{
background-color: #69BE13;
}
.BgClassName
{
background-color: #69BE13;
}
</style>
border-color css
<style>
span { border-color: #69BE13; }
span { border-color: rgb(105,190,19); }
td.TdClassName
{
border-color: #69BE13;
}
.TagClassName
{
border-color: #69BE13;
}
</style>