Shades of Christi #74BF01
Tints of Christi #74BF01
RGB
CMYK
RGB Variations
Color information
#74BF01 (or 0x74BF01) is known color: Christi. HEX triplet: 74, BF and 01. RGB value is (116,191,1). Sum of RGB (Red+Green+Blue) = 116+191+1=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BF01 is #8B40FE. Grayscale: #939393. Windows color (decimal): -9126143 or 114548. OLE color: 114548.
HSL color Cylindrical-coordinate representation of color #74BF01: hue angle of 83.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74BF01 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.25 |
| HSL | 83.68º | 0.99% | 0.38% | - |
| HSV(B) | 83.68º | 0.99% | 0.75% | - |
| XYZ | 25.84 | 40.98 | 6.58 | - |
| YUV | 146.92 | 45.65 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 1 | 0.39 | 0 | 0.99 | 0.25 | 83.68 | 0.99 | 0.38 |
| Hex | 74 | BF | 1 | 27 | 0 | 63 | 19 | 54 | 63 | 26 |
| Octal | 164 | 277 | 1 | 47 | 0 | 143 | 31 | 124 | 143 | 46 |
| Binary | 1110100 | 10111111 | 1 | 100111 | 0 | 1100011 | 11001 | 1010100 | 1100011 | 100110 |
Color Harmonies of #74BF01
Complementary color
Monochromatic Colors of #74BF01
Black with #74BF01
Text Example
Text Example
White with #74BF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF01; }
p { color: rgb(116,191,1); }
H1.HeaderClassName
{
color: #74BF01;
}
.AnyTagClassName
{
color: #74BF01;
}
</style>
background-color css
<style>
a { background-color: #74BF01; }
a { background-color: rgb(116,191,1); }
div.DivClassName
{
background-color: #74BF01;
}
.BgClassName
{
background-color: #74BF01;
}
</style>
border-color css
<style>
span { border-color: #74BF01; }
span { border-color: rgb(116,191,1); }
td.TdClassName
{
border-color: #74BF01;
}
.TagClassName
{
border-color: #74BF01;
}
</style>