Shades of Starship #E4F234
Tints of Starship #E4F234
RGB
CMYK
RGB Variations
Color information
#E4F234 (or 0xE4F234) is known color: Starship. HEX triplet: E4, F2 and 34. RGB value is (228,242,52). Sum of RGB (Red+Green+Blue) = 228+242+52=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 52 (20.70% from 255 or 9.96% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F234 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F234 is #1B0DCB. Grayscale: #D8D8D8. Windows color (decimal): -1773004 or 3470052. OLE color: 3470052.
HSL color Cylindrical-coordinate representation of color #E4F234: hue angle of 64.42º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4F234 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 52 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.05 |
| HSL | 64.42º | 0.88% | 0.58% | - |
| HSV(B) | 64.42º | 0.79% | 0.95% | - |
| XYZ | 64.37 | 80.25 | 15.35 | - |
| YUV | 216.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 52 | 0.06 | 0 | 0.79 | 0.05 | 64.42 | 0.88 | 0.58 |
| Hex | E4 | F2 | 34 | 6 | 0 | 4F | 5 | 40 | 58 | 3A |
| Octal | 344 | 362 | 64 | 6 | 0 | 117 | 5 | 100 | 130 | 72 |
| Binary | 11100100 | 11110010 | 110100 | 110 | 0 | 1001111 | 101 | 1000000 | 1011000 | 111010 |
Color Harmonies of #E4F234
Complementary color
Monochromatic Colors of #E4F234
Black with #E4F234
Text Example
Text Example
White with #E4F234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F234; }
p { color: rgb(228,242,52); }
H1.HeaderClassName
{
color: #E4F234;
}
.AnyTagClassName
{
color: #E4F234;
}
</style>
background-color css
<style>
a { background-color: #E4F234; }
a { background-color: rgb(228,242,52); }
div.DivClassName
{
background-color: #E4F234;
}
.BgClassName
{
background-color: #E4F234;
}
</style>
border-color css
<style>
span { border-color: #E4F234; }
span { border-color: rgb(228,242,52); }
td.TdClassName
{
border-color: #E4F234;
}
.TagClassName
{
border-color: #E4F234;
}
</style>