Shades of Starship #E2F340
Tints of Starship #E2F340
RGB
CMYK
RGB Variations
Color information
#E2F340 (or 0xE2F340) is known color: Starship. HEX triplet: E2, F3 and 40. RGB value is (226,243,64). Sum of RGB (Red+Green+Blue) = 226+243+64=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F340 is #1D0CBF. Grayscale: #DADADA. Windows color (decimal): -1903808 or 4256738. OLE color: 4256738.
HSL color Cylindrical-coordinate representation of color #E2F340: hue angle of 65.7º degrees, saturation: 0.88, 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 #E2F340 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 64 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.05 |
| HSL | 65.7º | 0.88% | 0.6% | - |
| HSV(B) | 65.7º | 0.74% | 0.95% | - |
| XYZ | 64.34 | 80.64 | 17.02 | - |
| YUV | 217.51 | 41.37 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 64 | 0.07 | 0 | 0.74 | 0.05 | 65.7 | 0.88 | 0.6 |
| Hex | E2 | F3 | 40 | 7 | 0 | 4A | 5 | 42 | 58 | 3C |
| Octal | 342 | 363 | 100 | 7 | 0 | 112 | 5 | 102 | 130 | 74 |
| Binary | 11100010 | 11110011 | 1000000 | 111 | 0 | 1001010 | 101 | 1000010 | 1011000 | 111100 |
Color Harmonies of #E2F340
Complementary color
Monochromatic Colors of #E2F340
Black with #E2F340
Text Example
Text Example
White with #E2F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F340; }
p { color: rgb(226,243,64); }
H1.HeaderClassName
{
color: #E2F340;
}
.AnyTagClassName
{
color: #E2F340;
}
</style>
background-color css
<style>
a { background-color: #E2F340; }
a { background-color: rgb(226,243,64); }
div.DivClassName
{
background-color: #E2F340;
}
.BgClassName
{
background-color: #E2F340;
}
</style>
border-color css
<style>
span { border-color: #E2F340; }
span { border-color: rgb(226,243,64); }
td.TdClassName
{
border-color: #E2F340;
}
.TagClassName
{
border-color: #E2F340;
}
</style>