Shades of Starship #E5FD3F
Tints of Starship #E5FD3F
RGB
CMYK
RGB Variations
Color information
#E5FD3F (or 0xE5FD3F) is known color: Starship. HEX triplet: E5, FD and 3F. RGB value is (229,253,63). Sum of RGB (Red+Green+Blue) = 229+253+63=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 63 (25% from 255 or 11.56% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FD3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FD3F is #1A02C0. Grayscale: #E0E0E0. Windows color (decimal): -1704641 or 4193765. OLE color: 4193765.
HSL color Cylindrical-coordinate representation of color #E5FD3F: hue angle of 67.58º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5FD3F is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 63 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.01 |
| HSL | 67.58º | 0.98% | 0.62% | - |
| HSV(B) | 67.58º | 0.75% | 0.99% | - |
| XYZ | 68.34 | 87.27 | 17.95 | - |
| YUV | 224.16 | 37.05 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 63 | 0.09 | 0 | 0.75 | 0.01 | 67.58 | 0.98 | 0.62 |
| Hex | E5 | FD | 3F | 9 | 0 | 4B | 1 | 44 | 62 | 3E |
| Octal | 345 | 375 | 77 | 11 | 0 | 113 | 1 | 104 | 142 | 76 |
| Binary | 11100101 | 11111101 | 111111 | 1001 | 0 | 1001011 | 1 | 1000100 | 1100010 | 111110 |
Color Harmonies of #E5FD3F
Complementary color
Monochromatic Colors of #E5FD3F
Black with #E5FD3F
Text Example
Text Example
White with #E5FD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FD3F; }
p { color: rgb(229,253,63); }
H1.HeaderClassName
{
color: #E5FD3F;
}
.AnyTagClassName
{
color: #E5FD3F;
}
</style>
background-color css
<style>
a { background-color: #E5FD3F; }
a { background-color: rgb(229,253,63); }
div.DivClassName
{
background-color: #E5FD3F;
}
.BgClassName
{
background-color: #E5FD3F;
}
</style>
border-color css
<style>
span { border-color: #E5FD3F; }
span { border-color: rgb(229,253,63); }
td.TdClassName
{
border-color: #E5FD3F;
}
.TagClassName
{
border-color: #E5FD3F;
}
</style>