Shades of Starship #E2FB42
Tints of Starship #E2FB42
RGB
CMYK
RGB Variations
Color information
#E2FB42 (or 0xE2FB42) is known color: Starship. HEX triplet: E2, FB and 42. RGB value is (226,251,66). Sum of RGB (Red+Green+Blue) = 226+251+66=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 66 (26.17% from 255 or 12.15% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FB42 is #1D04BD. Grayscale: #DFDFDF. Windows color (decimal): -1901758 or 4389858. OLE color: 4389858.
HSL color Cylindrical-coordinate representation of color #E2FB42: hue angle of 68.11º 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 #E2FB42 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 66 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.02 |
| HSL | 68.11º | 0.96% | 0.62% | - |
| HSV(B) | 68.11º | 0.74% | 0.98% | - |
| XYZ | 66.84 | 85.56 | 18.15 | - |
| YUV | 222.44 | 39.72 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 66 | 0.10 | 0 | 0.74 | 0.02 | 68.11 | 0.96 | 0.62 |
| Hex | E2 | FB | 42 | A | 0 | 4A | 2 | 44 | 60 | 3E |
| Octal | 342 | 373 | 102 | 12 | 0 | 112 | 2 | 104 | 140 | 76 |
| Binary | 11100010 | 11111011 | 1000010 | 1010 | 0 | 1001010 | 10 | 1000100 | 1100000 | 111110 |
Color Harmonies of #E2FB42
Complementary color
Monochromatic Colors of #E2FB42
Black with #E2FB42
Text Example
Text Example
White with #E2FB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FB42; }
p { color: rgb(226,251,66); }
H1.HeaderClassName
{
color: #E2FB42;
}
.AnyTagClassName
{
color: #E2FB42;
}
</style>
background-color css
<style>
a { background-color: #E2FB42; }
a { background-color: rgb(226,251,66); }
div.DivClassName
{
background-color: #E2FB42;
}
.BgClassName
{
background-color: #E2FB42;
}
</style>
border-color css
<style>
span { border-color: #E2FB42; }
span { border-color: rgb(226,251,66); }
td.TdClassName
{
border-color: #E2FB42;
}
.TagClassName
{
border-color: #E2FB42;
}
</style>