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