Shades of Citrus #94CA08
Tints of Citrus #94CA08
RGB
CMYK
RGB Variations
Color information
#94CA08 (or 0x94CA08) is known color: Citrus. HEX triplet: 94, CA and 08. RGB value is (148,202,8). Sum of RGB (Red+Green+Blue) = 148+202+8=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CA08 is #6B35F7. Grayscale: #A4A4A4. Windows color (decimal): -7026168 or 576148. OLE color: 576148.
HSL color Cylindrical-coordinate representation of color #94CA08: hue angle of 76.7º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94CA08 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.21 |
| HSL | 76.7º | 0.92% | 0.41% | - |
| HSV(B) | 76.7º | 0.96% | 0.79% | - |
| XYZ | 33.38 | 48.55 | 7.84 | - |
| YUV | 163.74 | 40.11 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 8 | 0.27 | 0 | 0.96 | 0.21 | 76.7 | 0.92 | 0.41 |
| Hex | 94 | CA | 8 | 1B | 0 | 60 | 15 | 4D | 5C | 29 |
| Octal | 224 | 312 | 10 | 33 | 0 | 140 | 25 | 115 | 134 | 51 |
| Binary | 10010100 | 11001010 | 1000 | 11011 | 0 | 1100000 | 10101 | 1001101 | 1011100 | 101001 |
Color Harmonies of #94CA08
Complementary color
Monochromatic Colors of #94CA08
Black with #94CA08
Text Example
Text Example
White with #94CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA08; }
p { color: rgb(148,202,8); }
H1.HeaderClassName
{
color: #94CA08;
}
.AnyTagClassName
{
color: #94CA08;
}
</style>
background-color css
<style>
a { background-color: #94CA08; }
a { background-color: rgb(148,202,8); }
div.DivClassName
{
background-color: #94CA08;
}
.BgClassName
{
background-color: #94CA08;
}
</style>
border-color css
<style>
span { border-color: #94CA08; }
span { border-color: rgb(148,202,8); }
td.TdClassName
{
border-color: #94CA08;
}
.TagClassName
{
border-color: #94CA08;
}
</style>