Shades of Starship #E3F132
Tints of Starship #E3F132
RGB
CMYK
RGB Variations
Color information
#E3F132 (or 0xE3F132) is known color: Starship. HEX triplet: E3, F1 and 32. RGB value is (227,241,50). Sum of RGB (Red+Green+Blue) = 227+241+50=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #E3F132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3F132 is #1C0ECD. Grayscale: #D7D7D7. Windows color (decimal): -1838798 or 3338723. OLE color: 3338723.
HSL color Cylindrical-coordinate representation of color #E3F132: hue angle of 64.4º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3F132 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 241 | 50 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.05 |
| HSL | 64.4º | 0.87% | 0.57% | - |
| HSV(B) | 64.4º | 0.79% | 0.95% | - |
| XYZ | 63.71 | 79.47 | 15 | - |
| YUV | 215.04 | 34.86 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 241 | 50 | 0.06 | 0 | 0.79 | 0.05 | 64.4 | 0.87 | 0.57 |
| Hex | E3 | F1 | 32 | 6 | 0 | 4F | 5 | 40 | 57 | 39 |
| Octal | 343 | 361 | 62 | 6 | 0 | 117 | 5 | 100 | 127 | 71 |
| Binary | 11100011 | 11110001 | 110010 | 110 | 0 | 1001111 | 101 | 1000000 | 1010111 | 111001 |
Color Harmonies of #E3F132
Complementary color
Monochromatic Colors of #E3F132
Black with #E3F132
Text Example
Text Example
White with #E3F132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F132; }
p { color: rgb(227,241,50); }
H1.HeaderClassName
{
color: #E3F132;
}
.AnyTagClassName
{
color: #E3F132;
}
</style>
background-color css
<style>
a { background-color: #E3F132; }
a { background-color: rgb(227,241,50); }
div.DivClassName
{
background-color: #E3F132;
}
.BgClassName
{
background-color: #E3F132;
}
</style>
border-color css
<style>
span { border-color: #E3F132; }
span { border-color: rgb(227,241,50); }
td.TdClassName
{
border-color: #E3F132;
}
.TagClassName
{
border-color: #E3F132;
}
</style>