Shades of Christi #69C304
Tints of Christi #69C304
RGB
CMYK
RGB Variations
Color information
#69C304 (or 0x69C304) is known color: Christi. HEX triplet: 69, C3 and 04. RGB value is (105,195,4). Sum of RGB (Red+Green+Blue) = 105+195+4=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #69C304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C304 is #963CFB. Grayscale: #929292. Windows color (decimal): -9846012 or 312169. OLE color: 312169.
HSL color Cylindrical-coordinate representation of color #69C304: hue angle of 88.27º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69C304 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.24 |
| HSL | 88.27º | 0.96% | 0.39% | - |
| HSV(B) | 88.27º | 0.98% | 0.76% | - |
| XYZ | 25.36 | 42.04 | 6.89 | - |
| YUV | 146.32 | 47.68 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 4 | 0.46 | 0 | 0.98 | 0.24 | 88.27 | 0.96 | 0.39 |
| Hex | 69 | C3 | 4 | 2E | 0 | 62 | 18 | 58 | 60 | 27 |
| Octal | 151 | 303 | 4 | 56 | 0 | 142 | 30 | 130 | 140 | 47 |
| Binary | 1101001 | 11000011 | 100 | 101110 | 0 | 1100010 | 11000 | 1011000 | 1100000 | 100111 |
Color Harmonies of #69C304
Complementary color
Monochromatic Colors of #69C304
Black with #69C304
Text Example
Text Example
White with #69C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C304; }
p { color: rgb(105,195,4); }
H1.HeaderClassName
{
color: #69C304;
}
.AnyTagClassName
{
color: #69C304;
}
</style>
background-color css
<style>
a { background-color: #69C304; }
a { background-color: rgb(105,195,4); }
div.DivClassName
{
background-color: #69C304;
}
.BgClassName
{
background-color: #69C304;
}
</style>
border-color css
<style>
span { border-color: #69C304; }
span { border-color: rgb(105,195,4); }
td.TdClassName
{
border-color: #69C304;
}
.TagClassName
{
border-color: #69C304;
}
</style>