Shades of Starship #E5F246
Tints of Starship #E5F246
RGB
CMYK
RGB Variations
Color information
#E5F246 (or 0xE5F246) is known color: Starship. HEX triplet: E5, F2 and 46. RGB value is (229,242,70). Sum of RGB (Red+Green+Blue) = 229+242+70=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 70 (27.73% from 255 or 12.94% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F246 is #1A0DB9. Grayscale: #DBDBDB. Windows color (decimal): -1707450 or 4649701. OLE color: 4649701.
HSL color Cylindrical-coordinate representation of color #E5F246: hue angle of 64.53º 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 #E5F246 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 70 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.05 |
| HSL | 64.53º | 0.87% | 0.61% | - |
| HSV(B) | 64.53º | 0.71% | 0.95% | - |
| XYZ | 65.17 | 80.6 | 17.92 | - |
| YUV | 218.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 70 | 0.05 | 0 | 0.71 | 0.05 | 64.53 | 0.87 | 0.61 |
| Hex | E5 | F2 | 46 | 5 | 0 | 47 | 5 | 41 | 57 | 3D |
| Octal | 345 | 362 | 106 | 5 | 0 | 107 | 5 | 101 | 127 | 75 |
| Binary | 11100101 | 11110010 | 1000110 | 101 | 0 | 1000111 | 101 | 1000001 | 1010111 | 111101 |
Color Harmonies of #E5F246
Complementary color
Monochromatic Colors of #E5F246
Black with #E5F246
Text Example
Text Example
White with #E5F246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F246; }
p { color: rgb(229,242,70); }
H1.HeaderClassName
{
color: #E5F246;
}
.AnyTagClassName
{
color: #E5F246;
}
</style>
background-color css
<style>
a { background-color: #E5F246; }
a { background-color: rgb(229,242,70); }
div.DivClassName
{
background-color: #E5F246;
}
.BgClassName
{
background-color: #E5F246;
}
</style>
border-color css
<style>
span { border-color: #E5F246; }
span { border-color: rgb(229,242,70); }
td.TdClassName
{
border-color: #E5F246;
}
.TagClassName
{
border-color: #E5F246;
}
</style>