Shades of Starship #E8FA40
Tints of Starship #E8FA40
RGB
CMYK
RGB Variations
Color information
#E8FA40 (or 0xE8FA40) is known color: Starship. HEX triplet: E8, FA and 40. RGB value is (232,250,64). Sum of RGB (Red+Green+Blue) = 232+250+64=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 64 (25.39% from 255 or 11.72% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8FA40 is #1705BF. Grayscale: #E0E0E0. Windows color (decimal): -1508800 or 4258536. OLE color: 4258536.
HSL color Cylindrical-coordinate representation of color #E8FA40: hue angle of 65.81º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8FA40 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 64 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.02 |
| HSL | 65.81º | 0.95% | 0.62% | - |
| HSV(B) | 65.81º | 0.74% | 0.98% | - |
| XYZ | 68.39 | 85.9 | 17.83 | - |
| YUV | 223.41 | 38.04 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 64 | 0.07 | 0 | 0.74 | 0.02 | 65.81 | 0.95 | 0.62 |
| Hex | E8 | FA | 40 | 7 | 0 | 4A | 2 | 42 | 5F | 3E |
| Octal | 350 | 372 | 100 | 7 | 0 | 112 | 2 | 102 | 137 | 76 |
| Binary | 11101000 | 11111010 | 1000000 | 111 | 0 | 1001010 | 10 | 1000010 | 1011111 | 111110 |
Color Harmonies of #E8FA40
Complementary color
Monochromatic Colors of #E8FA40
Black with #E8FA40
Text Example
Text Example
White with #E8FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FA40; }
p { color: rgb(232,250,64); }
H1.HeaderClassName
{
color: #E8FA40;
}
.AnyTagClassName
{
color: #E8FA40;
}
</style>
background-color css
<style>
a { background-color: #E8FA40; }
a { background-color: rgb(232,250,64); }
div.DivClassName
{
background-color: #E8FA40;
}
.BgClassName
{
background-color: #E8FA40;
}
</style>
border-color css
<style>
span { border-color: #E8FA40; }
span { border-color: rgb(232,250,64); }
td.TdClassName
{
border-color: #E8FA40;
}
.TagClassName
{
border-color: #E8FA40;
}
</style>