Shades of Christi #69C30D
Tints of Christi #69C30D
RGB
CMYK
RGB Variations
Color information
#69C30D (or 0x69C30D) is known color: Christi. HEX triplet: 69, C3 and 0D. RGB value is (105,195,13). Sum of RGB (Red+Green+Blue) = 105+195+13=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #69C30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C30D is #963CF2. Grayscale: #939393. Windows color (decimal): -9846003 or 901993. OLE color: 901993.
HSL color Cylindrical-coordinate representation of color #69C30D: hue angle of 89.67º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69C30D is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 13 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.24 |
| HSL | 89.67º | 0.88% | 0.41% | - |
| HSV(B) | 89.67º | 0.93% | 0.76% | - |
| XYZ | 25.41 | 42.06 | 7.16 | - |
| YUV | 147.34 | 52.18 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 13 | 0.46 | 0 | 0.93 | 0.24 | 89.67 | 0.88 | 0.41 |
| Hex | 69 | C3 | D | 2E | 0 | 5D | 18 | 5A | 58 | 29 |
| Octal | 151 | 303 | 15 | 56 | 0 | 135 | 30 | 132 | 130 | 51 |
| Binary | 1101001 | 11000011 | 1101 | 101110 | 0 | 1011101 | 11000 | 1011010 | 1011000 | 101001 |
Color Harmonies of #69C30D
Complementary color
Monochromatic Colors of #69C30D
Black with #69C30D
Text Example
Text Example
White with #69C30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C30D; }
p { color: rgb(105,195,13); }
H1.HeaderClassName
{
color: #69C30D;
}
.AnyTagClassName
{
color: #69C30D;
}
</style>
background-color css
<style>
a { background-color: #69C30D; }
a { background-color: rgb(105,195,13); }
div.DivClassName
{
background-color: #69C30D;
}
.BgClassName
{
background-color: #69C30D;
}
</style>
border-color css
<style>
span { border-color: #69C30D; }
span { border-color: rgb(105,195,13); }
td.TdClassName
{
border-color: #69C30D;
}
.TagClassName
{
border-color: #69C30D;
}
</style>