Shades of Starship #E5FA39
Tints of Starship #E5FA39
RGB
CMYK
RGB Variations
Color information
#E5FA39 (or 0xE5FA39) is known color: Starship. HEX triplet: E5, FA and 39. RGB value is (229,250,57). Sum of RGB (Red+Green+Blue) = 229+250+57=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 57 (22.66% from 255 or 10.63% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FA39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FA39 is #1A05C6. Grayscale: #DEDEDE. Windows color (decimal): -1705415 or 3799781. OLE color: 3799781.
HSL color Cylindrical-coordinate representation of color #E5FA39: hue angle of 66.53º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5FA39 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 57 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.02 |
| HSL | 66.53º | 0.95% | 0.6% | - |
| HSV(B) | 66.53º | 0.77% | 0.98% | - |
| XYZ | 67.24 | 85.32 | 16.8 | - |
| YUV | 221.72 | 35.04 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 57 | 0.08 | 0 | 0.77 | 0.02 | 66.53 | 0.95 | 0.6 |
| Hex | E5 | FA | 39 | 8 | 0 | 4D | 2 | 43 | 5F | 3C |
| Octal | 345 | 372 | 71 | 10 | 0 | 115 | 2 | 103 | 137 | 74 |
| Binary | 11100101 | 11111010 | 111001 | 1000 | 0 | 1001101 | 10 | 1000011 | 1011111 | 111100 |
Color Harmonies of #E5FA39
Complementary color
Monochromatic Colors of #E5FA39
Black with #E5FA39
Text Example
Text Example
White with #E5FA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FA39; }
p { color: rgb(229,250,57); }
H1.HeaderClassName
{
color: #E5FA39;
}
.AnyTagClassName
{
color: #E5FA39;
}
</style>
background-color css
<style>
a { background-color: #E5FA39; }
a { background-color: rgb(229,250,57); }
div.DivClassName
{
background-color: #E5FA39;
}
.BgClassName
{
background-color: #E5FA39;
}
</style>
border-color css
<style>
span { border-color: #E5FA39; }
span { border-color: rgb(229,250,57); }
td.TdClassName
{
border-color: #E5FA39;
}
.TagClassName
{
border-color: #E5FA39;
}
</style>