Shades of Citrus #94CA01
Tints of Citrus #94CA01
RGB
CMYK
RGB Variations
Color information
#94CA01 (or 0x94CA01) is known color: Citrus. HEX triplet: 94, CA and 01. RGB value is (148,202,1). Sum of RGB (Red+Green+Blue) = 148+202+1=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CA01 is #6B35FE. Grayscale: #A3A3A3. Windows color (decimal): -7026175 or 117396. OLE color: 117396.
HSL color Cylindrical-coordinate representation of color #94CA01: hue angle of 76.12º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94CA01 is Cyan = 0.27, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 1 | - |
| CMYK | 0.27 | 0 | 1.00 | 0.21 |
| HSL | 76.12º | 0.99% | 0.4% | - |
| HSV(B) | 76.12º | 1% | 0.79% | - |
| XYZ | 33.34 | 48.54 | 7.64 | - |
| YUV | 162.94 | 36.61 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 1 | 0.27 | 0 | 1.00 | 0.21 | 76.12 | 0.99 | 0.4 |
| Hex | 94 | CA | 1 | 1B | 0 | 64 | 15 | 4C | 63 | 28 |
| Octal | 224 | 312 | 1 | 33 | 0 | 144 | 25 | 114 | 143 | 50 |
| Binary | 10010100 | 11001010 | 1 | 11011 | 0 | 1100100 | 10101 | 1001100 | 1100011 | 101000 |
Color Harmonies of #94CA01
Complementary color
Monochromatic Colors of #94CA01
Black with #94CA01
Text Example
Text Example
White with #94CA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA01; }
p { color: rgb(148,202,1); }
H1.HeaderClassName
{
color: #94CA01;
}
.AnyTagClassName
{
color: #94CA01;
}
</style>
background-color css
<style>
a { background-color: #94CA01; }
a { background-color: rgb(148,202,1); }
div.DivClassName
{
background-color: #94CA01;
}
.BgClassName
{
background-color: #94CA01;
}
</style>
border-color css
<style>
span { border-color: #94CA01; }
span { border-color: rgb(148,202,1); }
td.TdClassName
{
border-color: #94CA01;
}
.TagClassName
{
border-color: #94CA01;
}
</style>