Shades of Starship #E5FF3D
Tints of Starship #E5FF3D
RGB
CMYK
RGB Variations
Color information
#E5FF3D (or 0xE5FF3D) is known color: Starship. HEX triplet: E5, FF and 3D. RGB value is (229,255,61). Sum of RGB (Red+Green+Blue) = 229+255+61=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 61 (24.22% from 255 or 11.19% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FF3D is #1A00C2. Grayscale: #E1E1E1. Windows color (decimal): -1704131 or 4063205. OLE color: 4063205.
HSL color Cylindrical-coordinate representation of color #E5FF3D: hue angle of 68.04º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5FF3D is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 61 | - |
| CMYK | 0.10 | 0 | 0.76 | 0 |
| HSL | 68.04º | 1% | 0.62% | - |
| HSV(B) | 68.04º | 0.76% | 1% | - |
| XYZ | 68.92 | 88.51 | 17.87 | - |
| YUV | 225.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 61 | 0.10 | 0 | 0.76 | 0 | 68.04 | 1 | 0.62 |
| Hex | E5 | FF | 3D | A | 0 | 4C | 0 | 44 | 64 | 3E |
| Octal | 345 | 377 | 75 | 12 | 0 | 114 | 0 | 104 | 144 | 76 |
| Binary | 11100101 | 11111111 | 111101 | 1010 | 0 | 1001100 | 0 | 1000100 | 1100100 | 111110 |
Color Harmonies of #E5FF3D
Complementary color
Monochromatic Colors of #E5FF3D
Black with #E5FF3D
Text Example
Text Example
White with #E5FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF3D; }
p { color: rgb(229,255,61); }
H1.HeaderClassName
{
color: #E5FF3D;
}
.AnyTagClassName
{
color: #E5FF3D;
}
</style>
background-color css
<style>
a { background-color: #E5FF3D; }
a { background-color: rgb(229,255,61); }
div.DivClassName
{
background-color: #E5FF3D;
}
.BgClassName
{
background-color: #E5FF3D;
}
</style>
border-color css
<style>
span { border-color: #E5FF3D; }
span { border-color: rgb(229,255,61); }
td.TdClassName
{
border-color: #E5FF3D;
}
.TagClassName
{
border-color: #E5FF3D;
}
</style>