Shades of Starship #E5F834
Tints of Starship #E5F834
RGB
CMYK
RGB Variations
Color information
#E5F834 (or 0xE5F834) is known color: Starship. HEX triplet: E5, F8 and 34. RGB value is (229,248,52). Sum of RGB (Red+Green+Blue) = 229+248+52=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 52 (20.70% from 255 or 9.83% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #E5F834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F834 is #1A07CB. Grayscale: #DCDCDC. Windows color (decimal): -1705932 or 3471589. OLE color: 3471589.
HSL color Cylindrical-coordinate representation of color #E5F834: hue angle of 65.82º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5F834 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 248 | 52 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.03 |
| HSL | 65.82º | 0.93% | 0.59% | - |
| HSV(B) | 65.82º | 0.79% | 0.97% | - |
| XYZ | 66.5 | 84.04 | 15.97 | - |
| YUV | 219.98 | 33.21 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 248 | 52 | 0.08 | 0 | 0.79 | 0.03 | 65.82 | 0.93 | 0.59 |
| Hex | E5 | F8 | 34 | 8 | 0 | 4F | 3 | 42 | 5D | 3B |
| Octal | 345 | 370 | 64 | 10 | 0 | 117 | 3 | 102 | 135 | 73 |
| Binary | 11100101 | 11111000 | 110100 | 1000 | 0 | 1001111 | 11 | 1000010 | 1011101 | 111011 |
Color Harmonies of #E5F834
Complementary color
Monochromatic Colors of #E5F834
Black with #E5F834
Text Example
Text Example
White with #E5F834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F834; }
p { color: rgb(229,248,52); }
H1.HeaderClassName
{
color: #E5F834;
}
.AnyTagClassName
{
color: #E5F834;
}
</style>
background-color css
<style>
a { background-color: #E5F834; }
a { background-color: rgb(229,248,52); }
div.DivClassName
{
background-color: #E5F834;
}
.BgClassName
{
background-color: #E5F834;
}
</style>
border-color css
<style>
span { border-color: #E5F834; }
span { border-color: rgb(229,248,52); }
td.TdClassName
{
border-color: #E5F834;
}
.TagClassName
{
border-color: #E5F834;
}
</style>