Shades of Starship #E2F349
Tints of Starship #E2F349
RGB
CMYK
RGB Variations
Color information
#E2F349 (or 0xE2F349) is known color: Starship. HEX triplet: E2, F3 and 49. RGB value is (226,243,73). Sum of RGB (Red+Green+Blue) = 226+243+73=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 73 (28.91% from 255 or 13.47% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F349 is #1D0CB6. Grayscale: #DBDBDB. Windows color (decimal): -1903799 or 4846562. OLE color: 4846562.
HSL color Cylindrical-coordinate representation of color #E2F349: hue angle of 66º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2F349 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 73 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.05 |
| HSL | 66º | 0.88% | 0.62% | - |
| HSV(B) | 66º | 0.7% | 0.95% | - |
| XYZ | 64.62 | 80.75 | 18.48 | - |
| YUV | 218.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 73 | 0.07 | 0 | 0.70 | 0.05 | 66 | 0.88 | 0.62 |
| Hex | E2 | F3 | 49 | 7 | 0 | 46 | 5 | 42 | 58 | 3E |
| Octal | 342 | 363 | 111 | 7 | 0 | 106 | 5 | 102 | 130 | 76 |
| Binary | 11100010 | 11110011 | 1001001 | 111 | 0 | 1000110 | 101 | 1000010 | 1011000 | 111110 |
Color Harmonies of #E2F349
Complementary color
Monochromatic Colors of #E2F349
Black with #E2F349
Text Example
Text Example
White with #E2F349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F349; }
p { color: rgb(226,243,73); }
H1.HeaderClassName
{
color: #E2F349;
}
.AnyTagClassName
{
color: #E2F349;
}
</style>
background-color css
<style>
a { background-color: #E2F349; }
a { background-color: rgb(226,243,73); }
div.DivClassName
{
background-color: #E2F349;
}
.BgClassName
{
background-color: #E2F349;
}
</style>
border-color css
<style>
span { border-color: #E2F349; }
span { border-color: rgb(226,243,73); }
td.TdClassName
{
border-color: #E2F349;
}
.TagClassName
{
border-color: #E2F349;
}
</style>