Shades of Starship #E5F532
Tints of Starship #E5F532
RGB
CMYK
RGB Variations
Color information
#E5F532 (or 0xE5F532) is known color: Starship. HEX triplet: E5, F5 and 32. RGB value is (229,245,50). Sum of RGB (Red+Green+Blue) = 229+245+50=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 50 (19.92% from 255 or 9.54% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #E5F532 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F532 is #1A0ACD. Grayscale: #DADADA. Windows color (decimal): -1706702 or 3339749. OLE color: 3339749.
HSL color Cylindrical-coordinate representation of color #E5F532: hue angle of 64.92º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5F532 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 245 | 50 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.04 |
| HSL | 64.92º | 0.91% | 0.58% | - |
| HSV(B) | 64.92º | 0.8% | 0.96% | - |
| XYZ | 65.54 | 82.19 | 15.43 | - |
| YUV | 217.99 | 33.2 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 245 | 50 | 0.07 | 0 | 0.80 | 0.04 | 64.92 | 0.91 | 0.58 |
| Hex | E5 | F5 | 32 | 7 | 0 | 50 | 4 | 41 | 5B | 3A |
| Octal | 345 | 365 | 62 | 7 | 0 | 120 | 4 | 101 | 133 | 72 |
| Binary | 11100101 | 11110101 | 110010 | 111 | 0 | 1010000 | 100 | 1000001 | 1011011 | 111010 |
Color Harmonies of #E5F532
Complementary color
Monochromatic Colors of #E5F532
Black with #E5F532
Text Example
Text Example
White with #E5F532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F532; }
p { color: rgb(229,245,50); }
H1.HeaderClassName
{
color: #E5F532;
}
.AnyTagClassName
{
color: #E5F532;
}
</style>
background-color css
<style>
a { background-color: #E5F532; }
a { background-color: rgb(229,245,50); }
div.DivClassName
{
background-color: #E5F532;
}
.BgClassName
{
background-color: #E5F532;
}
</style>
border-color css
<style>
span { border-color: #E5F532; }
span { border-color: rgb(229,245,50); }
td.TdClassName
{
border-color: #E5F532;
}
.TagClassName
{
border-color: #E5F532;
}
</style>