Shades of Citrus #94BD01
Tints of Citrus #94BD01
RGB
CMYK
RGB Variations
Color information
#94BD01 (or 0x94BD01) is known color: Citrus. HEX triplet: 94, BD and 01. RGB value is (148,189,1). Sum of RGB (Red+Green+Blue) = 148+189+1=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BD01 is #6B42FE. Grayscale: #9C9C9C. Windows color (decimal): -7029503 or 114068. OLE color: 114068.
HSL color Cylindrical-coordinate representation of color #94BD01: hue angle of 73.09º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94BD01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.26 |
| HSL | 73.09º | 0.99% | 0.37% | - |
| HSV(B) | 73.09º | 0.99% | 0.74% | - |
| XYZ | 30.42 | 42.69 | 6.67 | - |
| YUV | 155.31 | 40.92 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 1 | 0.22 | 0 | 0.99 | 0.26 | 73.09 | 0.99 | 0.37 |
| Hex | 94 | BD | 1 | 16 | 0 | 63 | 1A | 49 | 63 | 25 |
| Octal | 224 | 275 | 1 | 26 | 0 | 143 | 32 | 111 | 143 | 45 |
| Binary | 10010100 | 10111101 | 1 | 10110 | 0 | 1100011 | 11010 | 1001001 | 1100011 | 100101 |
Color Harmonies of #94BD01
Complementary color
Monochromatic Colors of #94BD01
Black with #94BD01
Text Example
Text Example
White with #94BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD01; }
p { color: rgb(148,189,1); }
H1.HeaderClassName
{
color: #94BD01;
}
.AnyTagClassName
{
color: #94BD01;
}
</style>
background-color css
<style>
a { background-color: #94BD01; }
a { background-color: rgb(148,189,1); }
div.DivClassName
{
background-color: #94BD01;
}
.BgClassName
{
background-color: #94BD01;
}
</style>
border-color css
<style>
span { border-color: #94BD01; }
span { border-color: rgb(148,189,1); }
td.TdClassName
{
border-color: #94BD01;
}
.TagClassName
{
border-color: #94BD01;
}
</style>