Shades of Starship #E1F242
Tints of Starship #E1F242
RGB
CMYK
RGB Variations
Color information
#E1F242 (or 0xE1F242) is known color: Starship. HEX triplet: E1, F2 and 42. RGB value is (225,242,66). Sum of RGB (Red+Green+Blue) = 225+242+66=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 66 (26.17% from 255 or 12.38% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F242 is #1E0DBD. Grayscale: #D9D9D9. Windows color (decimal): -1969598 or 4387553. OLE color: 4387553.
HSL color Cylindrical-coordinate representation of color #E1F242: hue angle of 65.8º degrees, saturation: 0.87, 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 #E1F242 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 66 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.05 |
| HSL | 65.8º | 0.87% | 0.6% | - |
| HSV(B) | 65.8º | 0.73% | 0.95% | - |
| XYZ | 63.79 | 79.91 | 17.22 | - |
| YUV | 216.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 66 | 0.07 | 0 | 0.73 | 0.05 | 65.8 | 0.87 | 0.6 |
| Hex | E1 | F2 | 42 | 7 | 0 | 49 | 5 | 42 | 57 | 3C |
| Octal | 341 | 362 | 102 | 7 | 0 | 111 | 5 | 102 | 127 | 74 |
| Binary | 11100001 | 11110010 | 1000010 | 111 | 0 | 1001001 | 101 | 1000010 | 1010111 | 111100 |
Color Harmonies of #E1F242
Complementary color
Monochromatic Colors of #E1F242
Black with #E1F242
Text Example
Text Example
White with #E1F242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F242; }
p { color: rgb(225,242,66); }
H1.HeaderClassName
{
color: #E1F242;
}
.AnyTagClassName
{
color: #E1F242;
}
</style>
background-color css
<style>
a { background-color: #E1F242; }
a { background-color: rgb(225,242,66); }
div.DivClassName
{
background-color: #E1F242;
}
.BgClassName
{
background-color: #E1F242;
}
</style>
border-color css
<style>
span { border-color: #E1F242; }
span { border-color: rgb(225,242,66); }
td.TdClassName
{
border-color: #E1F242;
}
.TagClassName
{
border-color: #E1F242;
}
</style>