Shades of Citrus #94C010
Tints of Citrus #94C010
RGB
CMYK
RGB Variations
Color information
#94C010 (or 0x94C010) is known color: Citrus. HEX triplet: 94, C0 and 10. RGB value is (148,192,16). Sum of RGB (Red+Green+Blue) = 148+192+16=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #94C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C010 is #6B3FEF. Grayscale: #9F9F9F. Windows color (decimal): -7028720 or 1097876. OLE color: 1097876.
HSL color Cylindrical-coordinate representation of color #94C010: hue angle of 75º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94C010 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 16 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.25 |
| HSL | 75º | 0.85% | 0.41% | - |
| HSV(B) | 75º | 0.92% | 0.75% | - |
| XYZ | 31.16 | 44.03 | 7.35 | - |
| YUV | 158.78 | 47.42 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 16 | 0.23 | 0 | 0.92 | 0.25 | 75 | 0.85 | 0.41 |
| Hex | 94 | C0 | 10 | 17 | 0 | 5C | 19 | 4B | 55 | 29 |
| Octal | 224 | 300 | 20 | 27 | 0 | 134 | 31 | 113 | 125 | 51 |
| Binary | 10010100 | 11000000 | 10000 | 10111 | 0 | 1011100 | 11001 | 1001011 | 1010101 | 101001 |
Color Harmonies of #94C010
Complementary color
Monochromatic Colors of #94C010
Black with #94C010
Text Example
Text Example
White with #94C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C010; }
p { color: rgb(148,192,16); }
H1.HeaderClassName
{
color: #94C010;
}
.AnyTagClassName
{
color: #94C010;
}
</style>
background-color css
<style>
a { background-color: #94C010; }
a { background-color: rgb(148,192,16); }
div.DivClassName
{
background-color: #94C010;
}
.BgClassName
{
background-color: #94C010;
}
</style>
border-color css
<style>
span { border-color: #94C010; }
span { border-color: rgb(148,192,16); }
td.TdClassName
{
border-color: #94C010;
}
.TagClassName
{
border-color: #94C010;
}
</style>