Shades of Starship #E2F43A
Tints of Starship #E2F43A
RGB
CMYK
RGB Variations
Color information
#E2F43A (or 0xE2F43A) is known color: Starship. HEX triplet: E2, F4 and 3A. RGB value is (226,244,58). Sum of RGB (Red+Green+Blue) = 226+244+58=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 58 (23.05% from 255 or 10.98% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F43A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F43A is #1D0BC5. Grayscale: #DADADA. Windows color (decimal): -1903558 or 3863778. OLE color: 3863778.
HSL color Cylindrical-coordinate representation of color #E2F43A: hue angle of 65.81º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2F43A is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 58 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.04 |
| HSL | 65.81º | 0.89% | 0.59% | - |
| HSV(B) | 65.81º | 0.76% | 0.96% | - |
| XYZ | 64.48 | 81.18 | 16.27 | - |
| YUV | 217.41 | 38.04 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 58 | 0.07 | 0 | 0.76 | 0.04 | 65.81 | 0.89 | 0.59 |
| Hex | E2 | F4 | 3A | 7 | 0 | 4C | 4 | 42 | 59 | 3B |
| Octal | 342 | 364 | 72 | 7 | 0 | 114 | 4 | 102 | 131 | 73 |
| Binary | 11100010 | 11110100 | 111010 | 111 | 0 | 1001100 | 100 | 1000010 | 1011001 | 111011 |
Color Harmonies of #E2F43A
Complementary color
Monochromatic Colors of #E2F43A
Black with #E2F43A
Text Example
Text Example
White with #E2F43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F43A; }
p { color: rgb(226,244,58); }
H1.HeaderClassName
{
color: #E2F43A;
}
.AnyTagClassName
{
color: #E2F43A;
}
</style>
background-color css
<style>
a { background-color: #E2F43A; }
a { background-color: rgb(226,244,58); }
div.DivClassName
{
background-color: #E2F43A;
}
.BgClassName
{
background-color: #E2F43A;
}
</style>
border-color css
<style>
span { border-color: #E2F43A; }
span { border-color: rgb(226,244,58); }
td.TdClassName
{
border-color: #E2F43A;
}
.TagClassName
{
border-color: #E2F43A;
}
</style>