Shades of Christi #69C509
Tints of Christi #69C509
RGB
CMYK
RGB Variations
Color information
#69C509 (or 0x69C509) is known color: Christi. HEX triplet: 69, C5 and 09. RGB value is (105,197,9). Sum of RGB (Red+Green+Blue) = 105+197+9=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #69C509 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C509 is #963AF6. Grayscale: #949494. Windows color (decimal): -9845495 or 640361. OLE color: 640361.
HSL color Cylindrical-coordinate representation of color #69C509: hue angle of 89.36º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69C509 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 9 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.23 |
| HSL | 89.36º | 0.91% | 0.4% | - |
| HSV(B) | 89.36º | 0.95% | 0.77% | - |
| XYZ | 25.84 | 42.96 | 7.19 | - |
| YUV | 148.06 | 49.52 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 9 | 0.47 | 0 | 0.95 | 0.23 | 89.36 | 0.91 | 0.4 |
| Hex | 69 | C5 | 9 | 2F | 0 | 5F | 17 | 59 | 5B | 28 |
| Octal | 151 | 305 | 11 | 57 | 0 | 137 | 27 | 131 | 133 | 50 |
| Binary | 1101001 | 11000101 | 1001 | 101111 | 0 | 1011111 | 10111 | 1011001 | 1011011 | 101000 |
Color Harmonies of #69C509
Complementary color
Monochromatic Colors of #69C509
Black with #69C509
Text Example
Text Example
White with #69C509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C509; }
p { color: rgb(105,197,9); }
H1.HeaderClassName
{
color: #69C509;
}
.AnyTagClassName
{
color: #69C509;
}
</style>
background-color css
<style>
a { background-color: #69C509; }
a { background-color: rgb(105,197,9); }
div.DivClassName
{
background-color: #69C509;
}
.BgClassName
{
background-color: #69C509;
}
</style>
border-color css
<style>
span { border-color: #69C509; }
span { border-color: rgb(105,197,9); }
td.TdClassName
{
border-color: #69C509;
}
.TagClassName
{
border-color: #69C509;
}
</style>