Shades of Christi #74BD12
Tints of Christi #74BD12
RGB
CMYK
RGB Variations
Color information
#74BD12 (or 0x74BD12) is known color: Christi. HEX triplet: 74, BD and 12. RGB value is (116,189,18). Sum of RGB (Red+Green+Blue) = 116+189+18=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BD12 is #8B42ED. Grayscale: #949494. Windows color (decimal): -9126638 or 1228148. OLE color: 1228148.
HSL color Cylindrical-coordinate representation of color #74BD12: hue angle of 85.61º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74BD12 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 18 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.26 |
| HSL | 85.61º | 0.83% | 0.41% | - |
| HSV(B) | 85.61º | 0.9% | 0.74% | - |
| XYZ | 25.51 | 40.15 | 6.98 | - |
| YUV | 147.68 | 54.82 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 18 | 0.39 | 0 | 0.90 | 0.26 | 85.61 | 0.83 | 0.41 |
| Hex | 74 | BD | 12 | 27 | 0 | 5A | 1A | 56 | 53 | 29 |
| Octal | 164 | 275 | 22 | 47 | 0 | 132 | 32 | 126 | 123 | 51 |
| Binary | 1110100 | 10111101 | 10010 | 100111 | 0 | 1011010 | 11010 | 1010110 | 1010011 | 101001 |
Color Harmonies of #74BD12
Complementary color
Monochromatic Colors of #74BD12
Black with #74BD12
Text Example
Text Example
White with #74BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD12; }
p { color: rgb(116,189,18); }
H1.HeaderClassName
{
color: #74BD12;
}
.AnyTagClassName
{
color: #74BD12;
}
</style>
background-color css
<style>
a { background-color: #74BD12; }
a { background-color: rgb(116,189,18); }
div.DivClassName
{
background-color: #74BD12;
}
.BgClassName
{
background-color: #74BD12;
}
</style>
border-color css
<style>
span { border-color: #74BD12; }
span { border-color: rgb(116,189,18); }
td.TdClassName
{
border-color: #74BD12;
}
.TagClassName
{
border-color: #74BD12;
}
</style>