Shades of Starship #E5F232
Tints of Starship #E5F232
RGB
CMYK
RGB Variations
Color information
#E5F232 (or 0xE5F232) is known color: Starship. HEX triplet: E5, F2 and 32. RGB value is (229,242,50). Sum of RGB (Red+Green+Blue) = 229+242+50=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 50 (19.92% from 255 or 9.60% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F232 is #1A0DCD. Grayscale: #D8D8D8. Windows color (decimal): -1707470 or 3338981. OLE color: 3338981.
HSL color Cylindrical-coordinate representation of color #E5F232: hue angle of 64.06º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5F232 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 50 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.05 |
| HSL | 64.06º | 0.88% | 0.57% | - |
| HSV(B) | 64.06º | 0.79% | 0.95% | - |
| XYZ | 64.64 | 80.39 | 15.13 | - |
| YUV | 216.23 | 34.19 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 50 | 0.05 | 0 | 0.79 | 0.05 | 64.06 | 0.88 | 0.57 |
| Hex | E5 | F2 | 32 | 5 | 0 | 4F | 5 | 40 | 58 | 39 |
| Octal | 345 | 362 | 62 | 5 | 0 | 117 | 5 | 100 | 130 | 71 |
| Binary | 11100101 | 11110010 | 110010 | 101 | 0 | 1001111 | 101 | 1000000 | 1011000 | 111001 |
Color Harmonies of #E5F232
Complementary color
Monochromatic Colors of #E5F232
Black with #E5F232
Text Example
Text Example
White with #E5F232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F232; }
p { color: rgb(229,242,50); }
H1.HeaderClassName
{
color: #E5F232;
}
.AnyTagClassName
{
color: #E5F232;
}
</style>
background-color css
<style>
a { background-color: #E5F232; }
a { background-color: rgb(229,242,50); }
div.DivClassName
{
background-color: #E5F232;
}
.BgClassName
{
background-color: #E5F232;
}
</style>
border-color css
<style>
span { border-color: #E5F232; }
span { border-color: rgb(229,242,50); }
td.TdClassName
{
border-color: #E5F232;
}
.TagClassName
{
border-color: #E5F232;
}
</style>