Shades of Christi #74CF0D
Tints of Christi #74CF0D
RGB
CMYK
RGB Variations
Color information
#74CF0D (or 0x74CF0D) is known color: Christi. HEX triplet: 74, CF and 0D. RGB value is (116,207,13). Sum of RGB (Red+Green+Blue) = 116+207+13=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CF0D is #8B30F2. Grayscale: #9E9E9E. Windows color (decimal): -9122035 or 905076. OLE color: 905076.
HSL color Cylindrical-coordinate representation of color #74CF0D: hue angle of 88.14º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74CF0D is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 13 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.19 |
| HSL | 88.14º | 0.88% | 0.43% | - |
| HSV(B) | 88.14º | 0.94% | 0.81% | - |
| XYZ | 29.59 | 48.37 | 8.16 | - |
| YUV | 157.68 | 46.35 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 13 | 0.44 | 0 | 0.94 | 0.19 | 88.14 | 0.88 | 0.43 |
| Hex | 74 | CF | D | 2C | 0 | 5E | 13 | 58 | 58 | 2B |
| Octal | 164 | 317 | 15 | 54 | 0 | 136 | 23 | 130 | 130 | 53 |
| Binary | 1110100 | 11001111 | 1101 | 101100 | 0 | 1011110 | 10011 | 1011000 | 1011000 | 101011 |
Color Harmonies of #74CF0D
Complementary color
Monochromatic Colors of #74CF0D
Black with #74CF0D
Text Example
Text Example
White with #74CF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF0D; }
p { color: rgb(116,207,13); }
H1.HeaderClassName
{
color: #74CF0D;
}
.AnyTagClassName
{
color: #74CF0D;
}
</style>
background-color css
<style>
a { background-color: #74CF0D; }
a { background-color: rgb(116,207,13); }
div.DivClassName
{
background-color: #74CF0D;
}
.BgClassName
{
background-color: #74CF0D;
}
</style>
border-color css
<style>
span { border-color: #74CF0D; }
span { border-color: rgb(116,207,13); }
td.TdClassName
{
border-color: #74CF0D;
}
.TagClassName
{
border-color: #74CF0D;
}
</style>