Shades of Starship #E5F540
Tints of Starship #E5F540
RGB
CMYK
RGB Variations
Color information
#E5F540 (or 0xE5F540) is known color: Starship. HEX triplet: E5, F5 and 40. RGB value is (229,245,64). Sum of RGB (Red+Green+Blue) = 229+245+64=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 64 (25.39% from 255 or 11.90% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #E5F540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F540 is #1A0ABF. Grayscale: #DCDCDC. Windows color (decimal): -1706688 or 4257253. OLE color: 4257253.
HSL color Cylindrical-coordinate representation of color #E5F540: hue angle of 65.3º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5F540 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 245 | 64 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.04 |
| HSL | 65.3º | 0.9% | 0.61% | - |
| HSV(B) | 65.3º | 0.74% | 0.96% | - |
| XYZ | 65.89 | 82.33 | 17.27 | - |
| YUV | 219.58 | 40.2 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 245 | 64 | 0.07 | 0 | 0.74 | 0.04 | 65.3 | 0.9 | 0.61 |
| Hex | E5 | F5 | 40 | 7 | 0 | 4A | 4 | 41 | 5A | 3D |
| Octal | 345 | 365 | 100 | 7 | 0 | 112 | 4 | 101 | 132 | 75 |
| Binary | 11100101 | 11110101 | 1000000 | 111 | 0 | 1001010 | 100 | 1000001 | 1011010 | 111101 |
Color Harmonies of #E5F540
Complementary color
Monochromatic Colors of #E5F540
Black with #E5F540
Text Example
Text Example
White with #E5F540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F540; }
p { color: rgb(229,245,64); }
H1.HeaderClassName
{
color: #E5F540;
}
.AnyTagClassName
{
color: #E5F540;
}
</style>
background-color css
<style>
a { background-color: #E5F540; }
a { background-color: rgb(229,245,64); }
div.DivClassName
{
background-color: #E5F540;
}
.BgClassName
{
background-color: #E5F540;
}
</style>
border-color css
<style>
span { border-color: #E5F540; }
span { border-color: rgb(229,245,64); }
td.TdClassName
{
border-color: #E5F540;
}
.TagClassName
{
border-color: #E5F540;
}
</style>