Shades of Starship #E2F13F
Tints of Starship #E2F13F
RGB
CMYK
RGB Variations
Color information
#E2F13F (or 0xE2F13F) is known color: Starship. HEX triplet: E2, F1 and 3F. RGB value is (226,241,63). Sum of RGB (Red+Green+Blue) = 226+241+63=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 63 (25% from 255 or 11.89% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F13F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F13F is #1D0EC0. Grayscale: #D8D8D8. Windows color (decimal): -1904321 or 4190690. OLE color: 4190690.
HSL color Cylindrical-coordinate representation of color #E2F13F: hue angle of 65.06º degrees, saturation: 0.86, 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 #E2F13F is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 63 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.05 |
| HSL | 65.06º | 0.86% | 0.6% | - |
| HSV(B) | 65.06º | 0.74% | 0.95% | - |
| XYZ | 63.72 | 79.44 | 16.68 | - |
| YUV | 216.22 | 41.53 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 63 | 0.06 | 0 | 0.74 | 0.05 | 65.06 | 0.86 | 0.6 |
| Hex | E2 | F1 | 3F | 6 | 0 | 4A | 5 | 41 | 56 | 3C |
| Octal | 342 | 361 | 77 | 6 | 0 | 112 | 5 | 101 | 126 | 74 |
| Binary | 11100010 | 11110001 | 111111 | 110 | 0 | 1001010 | 101 | 1000001 | 1010110 | 111100 |
Color Harmonies of #E2F13F
Complementary color
Monochromatic Colors of #E2F13F
Black with #E2F13F
Text Example
Text Example
White with #E2F13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F13F; }
p { color: rgb(226,241,63); }
H1.HeaderClassName
{
color: #E2F13F;
}
.AnyTagClassName
{
color: #E2F13F;
}
</style>
background-color css
<style>
a { background-color: #E2F13F; }
a { background-color: rgb(226,241,63); }
div.DivClassName
{
background-color: #E2F13F;
}
.BgClassName
{
background-color: #E2F13F;
}
</style>
border-color css
<style>
span { border-color: #E2F13F; }
span { border-color: rgb(226,241,63); }
td.TdClassName
{
border-color: #E2F13F;
}
.TagClassName
{
border-color: #E2F13F;
}
</style>