Shades of Starship #E5FE42
Tints of Starship #E5FE42
RGB
CMYK
RGB Variations
Color information
#E5FE42 (or 0xE5FE42) is known color: Starship. HEX triplet: E5, FE and 42. RGB value is (229,254,66). Sum of RGB (Red+Green+Blue) = 229+254+66=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 66 (26.17% from 255 or 12.02% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #E5FE42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FE42 is #1A01BD. Grayscale: #E1E1E1. Windows color (decimal): -1704382 or 4390629. OLE color: 4390629.
HSL color Cylindrical-coordinate representation of color #E5FE42: hue angle of 67.98º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5FE42 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 254 | 66 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.00 |
| HSL | 67.98º | 0.99% | 0.63% | - |
| HSV(B) | 67.98º | 0.74% | 1% | - |
| XYZ | 68.74 | 87.93 | 18.5 | - |
| YUV | 225.09 | 38.22 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 254 | 66 | 0.10 | 0 | 0.74 | 0.00 | 67.98 | 0.99 | 0.63 |
| Hex | E5 | FE | 42 | A | 0 | 4A | 0 | 44 | 63 | 3F |
| Octal | 345 | 376 | 102 | 12 | 0 | 112 | 0 | 104 | 143 | 77 |
| Binary | 11100101 | 11111110 | 1000010 | 1010 | 0 | 1001010 | 0 | 1000100 | 1100011 | 111111 |
Color Harmonies of #E5FE42
Complementary color
Monochromatic Colors of #E5FE42
Black with #E5FE42
Text Example
Text Example
White with #E5FE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FE42; }
p { color: rgb(229,254,66); }
H1.HeaderClassName
{
color: #E5FE42;
}
.AnyTagClassName
{
color: #E5FE42;
}
</style>
background-color css
<style>
a { background-color: #E5FE42; }
a { background-color: rgb(229,254,66); }
div.DivClassName
{
background-color: #E5FE42;
}
.BgClassName
{
background-color: #E5FE42;
}
</style>
border-color css
<style>
span { border-color: #E5FE42; }
span { border-color: rgb(229,254,66); }
td.TdClassName
{
border-color: #E5FE42;
}
.TagClassName
{
border-color: #E5FE42;
}
</style>