Shades of Starship #E2FA46
Tints of Starship #E2FA46
RGB
CMYK
RGB Variations
Color information
#E2FA46 (or 0xE2FA46) is known color: Starship. HEX triplet: E2, FA and 46. RGB value is (226,250,70). Sum of RGB (Red+Green+Blue) = 226+250+70=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 70 (27.73% from 255 or 12.82% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FA46 is #1D05B9. Grayscale: #DFDFDF. Windows color (decimal): -1902010 or 4651746. OLE color: 4651746.
HSL color Cylindrical-coordinate representation of color #E2FA46: hue angle of 68º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2FA46 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 70 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.02 |
| HSL | 68º | 0.95% | 0.63% | - |
| HSV(B) | 68º | 0.72% | 0.98% | - |
| XYZ | 66.66 | 84.98 | 18.68 | - |
| YUV | 222.3 | 42.05 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 70 | 0.10 | 0 | 0.72 | 0.02 | 68 | 0.95 | 0.63 |
| Hex | E2 | FA | 46 | A | 0 | 48 | 2 | 44 | 5F | 3F |
| Octal | 342 | 372 | 106 | 12 | 0 | 110 | 2 | 104 | 137 | 77 |
| Binary | 11100010 | 11111010 | 1000110 | 1010 | 0 | 1001000 | 10 | 1000100 | 1011111 | 111111 |
Color Harmonies of #E2FA46
Complementary color
Monochromatic Colors of #E2FA46
Black with #E2FA46
Text Example
Text Example
White with #E2FA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA46; }
p { color: rgb(226,250,70); }
H1.HeaderClassName
{
color: #E2FA46;
}
.AnyTagClassName
{
color: #E2FA46;
}
</style>
background-color css
<style>
a { background-color: #E2FA46; }
a { background-color: rgb(226,250,70); }
div.DivClassName
{
background-color: #E2FA46;
}
.BgClassName
{
background-color: #E2FA46;
}
</style>
border-color css
<style>
span { border-color: #E2FA46; }
span { border-color: rgb(226,250,70); }
td.TdClassName
{
border-color: #E2FA46;
}
.TagClassName
{
border-color: #E2FA46;
}
</style>