Shades of Starship #E2F244
Tints of Starship #E2F244
RGB
CMYK
RGB Variations
Color information
#E2F244 (or 0xE2F244) is known color: Starship. HEX triplet: E2, F2 and 44. RGB value is (226,242,68). Sum of RGB (Red+Green+Blue) = 226+242+68=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 68 (26.95% from 255 or 12.69% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F244 is #1D0DBB. Grayscale: #DADADA. Windows color (decimal): -1904060 or 4518626. OLE color: 4518626.
HSL color Cylindrical-coordinate representation of color #E2F244: hue angle of 65.52º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2F244 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 68 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.05 |
| HSL | 65.52º | 0.87% | 0.61% | - |
| HSV(B) | 65.52º | 0.72% | 0.95% | - |
| XYZ | 64.16 | 80.09 | 17.55 | - |
| YUV | 217.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 68 | 0.07 | 0 | 0.72 | 0.05 | 65.52 | 0.87 | 0.61 |
| Hex | E2 | F2 | 44 | 7 | 0 | 48 | 5 | 42 | 57 | 3D |
| Octal | 342 | 362 | 104 | 7 | 0 | 110 | 5 | 102 | 127 | 75 |
| Binary | 11100010 | 11110010 | 1000100 | 111 | 0 | 1001000 | 101 | 1000010 | 1010111 | 111101 |
Color Harmonies of #E2F244
Complementary color
Monochromatic Colors of #E2F244
Black with #E2F244
Text Example
Text Example
White with #E2F244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F244; }
p { color: rgb(226,242,68); }
H1.HeaderClassName
{
color: #E2F244;
}
.AnyTagClassName
{
color: #E2F244;
}
</style>
background-color css
<style>
a { background-color: #E2F244; }
a { background-color: rgb(226,242,68); }
div.DivClassName
{
background-color: #E2F244;
}
.BgClassName
{
background-color: #E2F244;
}
</style>
border-color css
<style>
span { border-color: #E2F244; }
span { border-color: rgb(226,242,68); }
td.TdClassName
{
border-color: #E2F244;
}
.TagClassName
{
border-color: #E2F244;
}
</style>