Shades of Christi #69BD24
Tints of Christi #69BD24
RGB
CMYK
RGB Variations
Color information
#69BD24 (or 0x69BD24) is known color: Christi. HEX triplet: 69, BD and 24. RGB value is (105,189,36). Sum of RGB (Red+Green+Blue) = 105+189+36=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BD24 is #9642DB. Grayscale: #929292. Windows color (decimal): -9847516 or 2407785. OLE color: 2407785.
HSL color Cylindrical-coordinate representation of color #69BD24: hue angle of 92.94º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69BD24 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 189 | 36 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.26 |
| HSL | 92.94º | 0.68% | 0.44% | - |
| HSV(B) | 92.94º | 0.81% | 0.74% | - |
| XYZ | 24.34 | 39.53 | 8.02 | - |
| YUV | 146.44 | 65.67 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 189 | 36 | 0.44 | 0 | 0.81 | 0.26 | 92.94 | 0.68 | 0.44 |
| Hex | 69 | BD | 24 | 2C | 0 | 51 | 1A | 5D | 44 | 2C |
| Octal | 151 | 275 | 44 | 54 | 0 | 121 | 32 | 135 | 104 | 54 |
| Binary | 1101001 | 10111101 | 100100 | 101100 | 0 | 1010001 | 11010 | 1011101 | 1000100 | 101100 |
Color Harmonies of #69BD24
Complementary color
Monochromatic Colors of #69BD24
Black with #69BD24
Text Example
Text Example
White with #69BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BD24; }
p { color: rgb(105,189,36); }
H1.HeaderClassName
{
color: #69BD24;
}
.AnyTagClassName
{
color: #69BD24;
}
</style>
background-color css
<style>
a { background-color: #69BD24; }
a { background-color: rgb(105,189,36); }
div.DivClassName
{
background-color: #69BD24;
}
.BgClassName
{
background-color: #69BD24;
}
</style>
border-color css
<style>
span { border-color: #69BD24; }
span { border-color: rgb(105,189,36); }
td.TdClassName
{
border-color: #69BD24;
}
.TagClassName
{
border-color: #69BD24;
}
</style>