Shades of Starship #E2FC45
Tints of Starship #E2FC45
RGB
CMYK
RGB Variations
Color information
#E2FC45 (or 0xE2FC45) is known color: Starship. HEX triplet: E2, FC and 45. RGB value is (226,252,69). Sum of RGB (Red+Green+Blue) = 226+252+69=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FC45 is #1D03BA. Grayscale: #E0E0E0. Windows color (decimal): -1901499 or 4586722. OLE color: 4586722.
HSL color Cylindrical-coordinate representation of color #E2FC45: hue angle of 68.52º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2FC45 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 252 | 69 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.01 |
| HSL | 68.52º | 0.97% | 0.63% | - |
| HSV(B) | 68.52º | 0.73% | 0.99% | - |
| XYZ | 67.25 | 86.22 | 18.73 | - |
| YUV | 223.36 | 40.89 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 252 | 69 | 0.10 | 0 | 0.73 | 0.01 | 68.52 | 0.97 | 0.63 |
| Hex | E2 | FC | 45 | A | 0 | 49 | 1 | 45 | 61 | 3F |
| Octal | 342 | 374 | 105 | 12 | 0 | 111 | 1 | 105 | 141 | 77 |
| Binary | 11100010 | 11111100 | 1000101 | 1010 | 0 | 1001001 | 1 | 1000101 | 1100001 | 111111 |
Color Harmonies of #E2FC45
Complementary color
Monochromatic Colors of #E2FC45
Black with #E2FC45
Text Example
Text Example
White with #E2FC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FC45; }
p { color: rgb(226,252,69); }
H1.HeaderClassName
{
color: #E2FC45;
}
.AnyTagClassName
{
color: #E2FC45;
}
</style>
background-color css
<style>
a { background-color: #E2FC45; }
a { background-color: rgb(226,252,69); }
div.DivClassName
{
background-color: #E2FC45;
}
.BgClassName
{
background-color: #E2FC45;
}
</style>
border-color css
<style>
span { border-color: #E2FC45; }
span { border-color: rgb(226,252,69); }
td.TdClassName
{
border-color: #E2FC45;
}
.TagClassName
{
border-color: #E2FC45;
}
</style>