Shades of Starship #E2F134
Tints of Starship #E2F134
RGB
CMYK
RGB Variations
Color information
#E2F134 (or 0xE2F134) is known color: Starship. HEX triplet: E2, F1 and 34. RGB value is (226,241,52). Sum of RGB (Red+Green+Blue) = 226+241+52=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 52 (20.70% from 255 or 10.02% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F134 is #1D0ECB. Grayscale: #D7D7D7. Windows color (decimal): -1904332 or 3469794. OLE color: 3469794.
HSL color Cylindrical-coordinate representation of color #E2F134: hue angle of 64.76º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2F134 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 52 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.05 |
| HSL | 64.76º | 0.87% | 0.57% | - |
| HSV(B) | 64.76º | 0.78% | 0.95% | - |
| XYZ | 63.44 | 79.33 | 15.22 | - |
| YUV | 214.97 | 36.03 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 52 | 0.06 | 0 | 0.78 | 0.05 | 64.76 | 0.87 | 0.57 |
| Hex | E2 | F1 | 34 | 6 | 0 | 4E | 5 | 41 | 57 | 39 |
| Octal | 342 | 361 | 64 | 6 | 0 | 116 | 5 | 101 | 127 | 71 |
| Binary | 11100010 | 11110001 | 110100 | 110 | 0 | 1001110 | 101 | 1000001 | 1010111 | 111001 |
Color Harmonies of #E2F134
Complementary color
Monochromatic Colors of #E2F134
Black with #E2F134
Text Example
Text Example
White with #E2F134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F134; }
p { color: rgb(226,241,52); }
H1.HeaderClassName
{
color: #E2F134;
}
.AnyTagClassName
{
color: #E2F134;
}
</style>
background-color css
<style>
a { background-color: #E2F134; }
a { background-color: rgb(226,241,52); }
div.DivClassName
{
background-color: #E2F134;
}
.BgClassName
{
background-color: #E2F134;
}
</style>
border-color css
<style>
span { border-color: #E2F134; }
span { border-color: rgb(226,241,52); }
td.TdClassName
{
border-color: #E2F134;
}
.TagClassName
{
border-color: #E2F134;
}
</style>