Shades of Citrus #94CB02
Tints of Citrus #94CB02
RGB
CMYK
RGB Variations
Color information
#94CB02 (or 0x94CB02) is known color: Citrus. HEX triplet: 94, CB and 02. RGB value is (148,203,2). Sum of RGB (Red+Green+Blue) = 148+203+2=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CB02 is #6B34FD. Grayscale: #A4A4A4. Windows color (decimal): -7025918 or 183188. OLE color: 183188.
HSL color Cylindrical-coordinate representation of color #94CB02: hue angle of 76.42º 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 #94CB02 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 203 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.20 |
| HSL | 76.42º | 0.98% | 0.4% | - |
| HSV(B) | 76.42º | 0.99% | 0.8% | - |
| XYZ | 33.58 | 49.01 | 7.75 | - |
| YUV | 163.64 | 36.78 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 2 | 0.27 | 0 | 0.99 | 0.20 | 76.42 | 0.98 | 0.4 |
| Hex | 94 | CB | 2 | 1B | 0 | 63 | 14 | 4C | 62 | 28 |
| Octal | 224 | 313 | 2 | 33 | 0 | 143 | 24 | 114 | 142 | 50 |
| Binary | 10010100 | 11001011 | 10 | 11011 | 0 | 1100011 | 10100 | 1001100 | 1100010 | 101000 |
Color Harmonies of #94CB02
Complementary color
Monochromatic Colors of #94CB02
Black with #94CB02
Text Example
Text Example
White with #94CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CB02; }
p { color: rgb(148,203,2); }
H1.HeaderClassName
{
color: #94CB02;
}
.AnyTagClassName
{
color: #94CB02;
}
</style>
background-color css
<style>
a { background-color: #94CB02; }
a { background-color: rgb(148,203,2); }
div.DivClassName
{
background-color: #94CB02;
}
.BgClassName
{
background-color: #94CB02;
}
</style>
border-color css
<style>
span { border-color: #94CB02; }
span { border-color: rgb(148,203,2); }
td.TdClassName
{
border-color: #94CB02;
}
.TagClassName
{
border-color: #94CB02;
}
</style>