Shades of Starship #E2F142
Tints of Starship #E2F142
RGB
CMYK
RGB Variations
Color information
#E2F142 (or 0xE2F142) is known color: Starship. HEX triplet: E2, F1 and 42. RGB value is (226,241,66). Sum of RGB (Red+Green+Blue) = 226+241+66=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 66 (26.17% from 255 or 12.38% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F142 is #1D0EBD. Grayscale: #D9D9D9. Windows color (decimal): -1904318 or 4387298. OLE color: 4387298.
HSL color Cylindrical-coordinate representation of color #E2F142: hue angle of 65.14º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2F142 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 66 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.05 |
| HSL | 65.14º | 0.86% | 0.6% | - |
| HSV(B) | 65.14º | 0.73% | 0.95% | - |
| XYZ | 63.8 | 79.47 | 17.13 | - |
| YUV | 216.57 | 43.03 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 66 | 0.06 | 0 | 0.73 | 0.05 | 65.14 | 0.86 | 0.6 |
| Hex | E2 | F1 | 42 | 6 | 0 | 49 | 5 | 41 | 56 | 3C |
| Octal | 342 | 361 | 102 | 6 | 0 | 111 | 5 | 101 | 126 | 74 |
| Binary | 11100010 | 11110001 | 1000010 | 110 | 0 | 1001001 | 101 | 1000001 | 1010110 | 111100 |
Color Harmonies of #E2F142
Complementary color
Monochromatic Colors of #E2F142
Black with #E2F142
Text Example
Text Example
White with #E2F142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F142; }
p { color: rgb(226,241,66); }
H1.HeaderClassName
{
color: #E2F142;
}
.AnyTagClassName
{
color: #E2F142;
}
</style>
background-color css
<style>
a { background-color: #E2F142; }
a { background-color: rgb(226,241,66); }
div.DivClassName
{
background-color: #E2F142;
}
.BgClassName
{
background-color: #E2F142;
}
</style>
border-color css
<style>
span { border-color: #E2F142; }
span { border-color: rgb(226,241,66); }
td.TdClassName
{
border-color: #E2F142;
}
.TagClassName
{
border-color: #E2F142;
}
</style>