Shades of Starship #E6F246
Tints of Starship #E6F246
RGB
CMYK
RGB Variations
Color information
#E6F246 (or 0xE6F246) is known color: Starship. HEX triplet: E6, F2 and 46. RGB value is (230,242,70). Sum of RGB (Red+Green+Blue) = 230+242+70=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 70 (27.73% from 255 or 12.92% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F246 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F246 is #190DB9. Grayscale: #DBDBDB. Windows color (decimal): -1641914 or 4649702. OLE color: 4649702.
HSL color Cylindrical-coordinate representation of color #E6F246: hue angle of 64.19º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E6F246 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 70 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.05 |
| HSL | 64.19º | 0.87% | 0.61% | - |
| HSV(B) | 64.19º | 0.71% | 0.95% | - |
| XYZ | 65.49 | 80.77 | 17.93 | - |
| YUV | 218.8 | 44.02 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 70 | 0.05 | 0 | 0.71 | 0.05 | 64.19 | 0.87 | 0.61 |
| Hex | E6 | F2 | 46 | 5 | 0 | 47 | 5 | 40 | 57 | 3D |
| Octal | 346 | 362 | 106 | 5 | 0 | 107 | 5 | 100 | 127 | 75 |
| Binary | 11100110 | 11110010 | 1000110 | 101 | 0 | 1000111 | 101 | 1000000 | 1010111 | 111101 |
Color Harmonies of #E6F246
Complementary color
Monochromatic Colors of #E6F246
Black with #E6F246
Text Example
Text Example
White with #E6F246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F246; }
p { color: rgb(230,242,70); }
H1.HeaderClassName
{
color: #E6F246;
}
.AnyTagClassName
{
color: #E6F246;
}
</style>
background-color css
<style>
a { background-color: #E6F246; }
a { background-color: rgb(230,242,70); }
div.DivClassName
{
background-color: #E6F246;
}
.BgClassName
{
background-color: #E6F246;
}
</style>
border-color css
<style>
span { border-color: #E6F246; }
span { border-color: rgb(230,242,70); }
td.TdClassName
{
border-color: #E6F246;
}
.TagClassName
{
border-color: #E6F246;
}
</style>