Shades of Christi #74CB02
Tints of Christi #74CB02
RGB
CMYK
RGB Variations
Color information
#74CB02 (or 0x74CB02) is known color: Christi. HEX triplet: 74, CB and 02. RGB value is (116,203,2). Sum of RGB (Red+Green+Blue) = 116+203+2=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CB02 is #8B34FD. Grayscale: #9A9A9A. Windows color (decimal): -9123070 or 183156. OLE color: 183156.
HSL color Cylindrical-coordinate representation of color #74CB02: hue angle of 85.97º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74CB02 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.20 |
| HSL | 85.97º | 0.98% | 0.4% | - |
| HSV(B) | 85.97º | 0.99% | 0.8% | - |
| XYZ | 28.57 | 46.43 | 7.51 | - |
| YUV | 154.07 | 42.18 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 2 | 0.43 | 0 | 0.99 | 0.20 | 85.97 | 0.98 | 0.4 |
| Hex | 74 | CB | 2 | 2B | 0 | 63 | 14 | 56 | 62 | 28 |
| Octal | 164 | 313 | 2 | 53 | 0 | 143 | 24 | 126 | 142 | 50 |
| Binary | 1110100 | 11001011 | 10 | 101011 | 0 | 1100011 | 10100 | 1010110 | 1100010 | 101000 |
Color Harmonies of #74CB02
Complementary color
Monochromatic Colors of #74CB02
Black with #74CB02
Text Example
Text Example
White with #74CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB02; }
p { color: rgb(116,203,2); }
H1.HeaderClassName
{
color: #74CB02;
}
.AnyTagClassName
{
color: #74CB02;
}
</style>
background-color css
<style>
a { background-color: #74CB02; }
a { background-color: rgb(116,203,2); }
div.DivClassName
{
background-color: #74CB02;
}
.BgClassName
{
background-color: #74CB02;
}
</style>
border-color css
<style>
span { border-color: #74CB02; }
span { border-color: rgb(116,203,2); }
td.TdClassName
{
border-color: #74CB02;
}
.TagClassName
{
border-color: #74CB02;
}
</style>