Shades of Citrus #94CE02
Tints of Citrus #94CE02
RGB
CMYK
RGB Variations
Color information
#94CE02 (or 0x94CE02) is known color: Citrus. HEX triplet: 94, CE and 02. RGB value is (148,206,2). Sum of RGB (Red+Green+Blue) = 148+206+2=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CE02 is #6B31FD. Grayscale: #A6A6A6. Windows color (decimal): -7025150 or 183956. OLE color: 183956.
HSL color Cylindrical-coordinate representation of color #94CE02: hue angle of 77.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94CE02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.19 |
| HSL | 77.06º | 0.98% | 0.41% | - |
| HSV(B) | 77.06º | 0.99% | 0.81% | - |
| XYZ | 34.3 | 50.44 | 7.99 | - |
| YUV | 165.4 | 35.78 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 2 | 0.28 | 0 | 0.99 | 0.19 | 77.06 | 0.98 | 0.41 |
| Hex | 94 | CE | 2 | 1C | 0 | 63 | 13 | 4D | 62 | 29 |
| Octal | 224 | 316 | 2 | 34 | 0 | 143 | 23 | 115 | 142 | 51 |
| Binary | 10010100 | 11001110 | 10 | 11100 | 0 | 1100011 | 10011 | 1001101 | 1100010 | 101001 |
Color Harmonies of #94CE02
Complementary color
Monochromatic Colors of #94CE02
Black with #94CE02
Text Example
Text Example
White with #94CE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CE02; }
p { color: rgb(148,206,2); }
H1.HeaderClassName
{
color: #94CE02;
}
.AnyTagClassName
{
color: #94CE02;
}
</style>
background-color css
<style>
a { background-color: #94CE02; }
a { background-color: rgb(148,206,2); }
div.DivClassName
{
background-color: #94CE02;
}
.BgClassName
{
background-color: #94CE02;
}
</style>
border-color css
<style>
span { border-color: #94CE02; }
span { border-color: rgb(148,206,2); }
td.TdClassName
{
border-color: #94CE02;
}
.TagClassName
{
border-color: #94CE02;
}
</style>