Shades of Starship #E2FB41
Tints of Starship #E2FB41
RGB
CMYK
RGB Variations
Color information
#E2FB41 (or 0xE2FB41) is known color: Starship. HEX triplet: E2, FB and 41. RGB value is (226,251,65). Sum of RGB (Red+Green+Blue) = 226+251+65=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 65 (25.78% from 255 or 11.99% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FB41 is #1D04BE. Grayscale: #DFDFDF. Windows color (decimal): -1901759 or 4324322. OLE color: 4324322.
HSL color Cylindrical-coordinate representation of color #E2FB41: hue angle of 68.06º degrees, saturation: 0.96, 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 #E2FB41 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 65 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.02 |
| HSL | 68.06º | 0.96% | 0.62% | - |
| HSV(B) | 68.06º | 0.74% | 0.98% | - |
| XYZ | 66.82 | 85.54 | 17.99 | - |
| YUV | 222.32 | 39.22 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 65 | 0.10 | 0 | 0.74 | 0.02 | 68.06 | 0.96 | 0.62 |
| Hex | E2 | FB | 41 | A | 0 | 4A | 2 | 44 | 60 | 3E |
| Octal | 342 | 373 | 101 | 12 | 0 | 112 | 2 | 104 | 140 | 76 |
| Binary | 11100010 | 11111011 | 1000001 | 1010 | 0 | 1001010 | 10 | 1000100 | 1100000 | 111110 |
Color Harmonies of #E2FB41
Complementary color
Monochromatic Colors of #E2FB41
Black with #E2FB41
Text Example
Text Example
White with #E2FB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FB41; }
p { color: rgb(226,251,65); }
H1.HeaderClassName
{
color: #E2FB41;
}
.AnyTagClassName
{
color: #E2FB41;
}
</style>
background-color css
<style>
a { background-color: #E2FB41; }
a { background-color: rgb(226,251,65); }
div.DivClassName
{
background-color: #E2FB41;
}
.BgClassName
{
background-color: #E2FB41;
}
</style>
border-color css
<style>
span { border-color: #E2FB41; }
span { border-color: rgb(226,251,65); }
td.TdClassName
{
border-color: #E2FB41;
}
.TagClassName
{
border-color: #E2FB41;
}
</style>