Shades of Starship #E2F240
Tints of Starship #E2F240
RGB
CMYK
RGB Variations
Color information
#E2F240 (or 0xE2F240) is known color: Starship. HEX triplet: E2, F2 and 40. RGB value is (226,242,64). Sum of RGB (Red+Green+Blue) = 226+242+64=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F240 is #1D0DBF. Grayscale: #D9D9D9. Windows color (decimal): -1904064 or 4256482. OLE color: 4256482.
HSL color Cylindrical-coordinate representation of color #E2F240: hue angle of 65.39º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2F240 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 64 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.05 |
| HSL | 65.39º | 0.87% | 0.6% | - |
| HSV(B) | 65.39º | 0.74% | 0.95% | - |
| XYZ | 64.04 | 80.04 | 16.93 | - |
| YUV | 216.92 | 41.7 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 64 | 0.07 | 0 | 0.74 | 0.05 | 65.39 | 0.87 | 0.6 |
| Hex | E2 | F2 | 40 | 7 | 0 | 4A | 5 | 41 | 57 | 3C |
| Octal | 342 | 362 | 100 | 7 | 0 | 112 | 5 | 101 | 127 | 74 |
| Binary | 11100010 | 11110010 | 1000000 | 111 | 0 | 1001010 | 101 | 1000001 | 1010111 | 111100 |
Color Harmonies of #E2F240
Complementary color
Monochromatic Colors of #E2F240
Black with #E2F240
Text Example
Text Example
White with #E2F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F240; }
p { color: rgb(226,242,64); }
H1.HeaderClassName
{
color: #E2F240;
}
.AnyTagClassName
{
color: #E2F240;
}
</style>
background-color css
<style>
a { background-color: #E2F240; }
a { background-color: rgb(226,242,64); }
div.DivClassName
{
background-color: #E2F240;
}
.BgClassName
{
background-color: #E2F240;
}
</style>
border-color css
<style>
span { border-color: #E2F240; }
span { border-color: rgb(226,242,64); }
td.TdClassName
{
border-color: #E2F240;
}
.TagClassName
{
border-color: #E2F240;
}
</style>