Shades of Starship #E6F240
Tints of Starship #E6F240
RGB
CMYK
RGB Variations
Color information
#E6F240 (or 0xE6F240) is known color: Starship. HEX triplet: E6, F2 and 40. RGB value is (230,242,64). Sum of RGB (Red+Green+Blue) = 230+242+64=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F240 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F240 is #190DBF. Grayscale: #DADADA. Windows color (decimal): -1641920 or 4256486. OLE color: 4256486.
HSL color Cylindrical-coordinate representation of color #E6F240: hue angle of 64.04º degrees, saturation: 0.87, 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 #E6F240 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 64 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.05 |
| HSL | 64.04º | 0.87% | 0.6% | - |
| HSV(B) | 64.04º | 0.74% | 0.95% | - |
| XYZ | 65.31 | 80.7 | 16.98 | - |
| YUV | 218.12 | 41.02 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 64 | 0.05 | 0 | 0.74 | 0.05 | 64.04 | 0.87 | 0.6 |
| Hex | E6 | F2 | 40 | 5 | 0 | 4A | 5 | 40 | 57 | 3C |
| Octal | 346 | 362 | 100 | 5 | 0 | 112 | 5 | 100 | 127 | 74 |
| Binary | 11100110 | 11110010 | 1000000 | 101 | 0 | 1001010 | 101 | 1000000 | 1010111 | 111100 |
Color Harmonies of #E6F240
Complementary color
Monochromatic Colors of #E6F240
Black with #E6F240
Text Example
Text Example
White with #E6F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F240; }
p { color: rgb(230,242,64); }
H1.HeaderClassName
{
color: #E6F240;
}
.AnyTagClassName
{
color: #E6F240;
}
</style>
background-color css
<style>
a { background-color: #E6F240; }
a { background-color: rgb(230,242,64); }
div.DivClassName
{
background-color: #E6F240;
}
.BgClassName
{
background-color: #E6F240;
}
</style>
border-color css
<style>
span { border-color: #E6F240; }
span { border-color: rgb(230,242,64); }
td.TdClassName
{
border-color: #E6F240;
}
.TagClassName
{
border-color: #E6F240;
}
</style>