Shades of Starship #E2F63E
Tints of Starship #E2F63E
RGB
CMYK
RGB Variations
Color information
#E2F63E (or 0xE2F63E) is known color: Starship. HEX triplet: E2, F6 and 3E. RGB value is (226,246,62). Sum of RGB (Red+Green+Blue) = 226+246+62=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F63E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F63E is #1D09C1. Grayscale: #DBDBDB. Windows color (decimal): -1903042 or 4126434. OLE color: 4126434.
HSL color Cylindrical-coordinate representation of color #E2F63E: hue angle of 66.52º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2F63E is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 246 | 62 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.04 |
| HSL | 66.52º | 0.91% | 0.6% | - |
| HSV(B) | 66.52º | 0.75% | 0.96% | - |
| XYZ | 65.19 | 82.43 | 17.03 | - |
| YUV | 219.04 | 39.37 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 246 | 62 | 0.08 | 0 | 0.75 | 0.04 | 66.52 | 0.91 | 0.6 |
| Hex | E2 | F6 | 3E | 8 | 0 | 4B | 4 | 43 | 5B | 3C |
| Octal | 342 | 366 | 76 | 10 | 0 | 113 | 4 | 103 | 133 | 74 |
| Binary | 11100010 | 11110110 | 111110 | 1000 | 0 | 1001011 | 100 | 1000011 | 1011011 | 111100 |
Color Harmonies of #E2F63E
Complementary color
Monochromatic Colors of #E2F63E
Black with #E2F63E
Text Example
Text Example
White with #E2F63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F63E; }
p { color: rgb(226,246,62); }
H1.HeaderClassName
{
color: #E2F63E;
}
.AnyTagClassName
{
color: #E2F63E;
}
</style>
background-color css
<style>
a { background-color: #E2F63E; }
a { background-color: rgb(226,246,62); }
div.DivClassName
{
background-color: #E2F63E;
}
.BgClassName
{
background-color: #E2F63E;
}
</style>
border-color css
<style>
span { border-color: #E2F63E; }
span { border-color: rgb(226,246,62); }
td.TdClassName
{
border-color: #E2F63E;
}
.TagClassName
{
border-color: #E2F63E;
}
</style>