Shades of Starship #E6F142
Tints of Starship #E6F142
RGB
CMYK
RGB Variations
Color information
#E6F142 (or 0xE6F142) is known color: Starship. HEX triplet: E6, F1 and 42. RGB value is (230,241,66). Sum of RGB (Red+Green+Blue) = 230+241+66=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 66 (26.17% from 255 or 12.29% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F142 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F142 is #190EBD. Grayscale: #DADADA. Windows color (decimal): -1642174 or 4387302. OLE color: 4387302.
HSL color Cylindrical-coordinate representation of color #E6F142: hue angle of 63.77º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6F142 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 66 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.05 |
| HSL | 63.77º | 0.86% | 0.6% | - |
| HSV(B) | 63.77º | 0.73% | 0.95% | - |
| XYZ | 65.07 | 80.13 | 17.19 | - |
| YUV | 217.76 | 42.36 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 66 | 0.05 | 0 | 0.73 | 0.05 | 63.77 | 0.86 | 0.6 |
| Hex | E6 | F1 | 42 | 5 | 0 | 49 | 5 | 40 | 56 | 3C |
| Octal | 346 | 361 | 102 | 5 | 0 | 111 | 5 | 100 | 126 | 74 |
| Binary | 11100110 | 11110001 | 1000010 | 101 | 0 | 1001001 | 101 | 1000000 | 1010110 | 111100 |
Color Harmonies of #E6F142
Complementary color
Monochromatic Colors of #E6F142
Black with #E6F142
Text Example
Text Example
White with #E6F142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F142; }
p { color: rgb(230,241,66); }
H1.HeaderClassName
{
color: #E6F142;
}
.AnyTagClassName
{
color: #E6F142;
}
</style>
background-color css
<style>
a { background-color: #E6F142; }
a { background-color: rgb(230,241,66); }
div.DivClassName
{
background-color: #E6F142;
}
.BgClassName
{
background-color: #E6F142;
}
</style>
border-color css
<style>
span { border-color: #E6F142; }
span { border-color: rgb(230,241,66); }
td.TdClassName
{
border-color: #E6F142;
}
.TagClassName
{
border-color: #E6F142;
}
</style>