Shades of Starship #E2F13C
Tints of Starship #E2F13C
RGB
CMYK
RGB Variations
Color information
#E2F13C (or 0xE2F13C) is known color: Starship. HEX triplet: E2, F1 and 3C. RGB value is (226,241,60). Sum of RGB (Red+Green+Blue) = 226+241+60=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 60 (23.83% from 255 or 11.39% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F13C is #1D0EC3. Grayscale: #D8D8D8. Windows color (decimal): -1904324 or 3994082. OLE color: 3994082.
HSL color Cylindrical-coordinate representation of color #E2F13C: hue angle of 64.97º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2F13C is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 60 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.05 |
| HSL | 64.97º | 0.87% | 0.59% | - |
| HSV(B) | 64.97º | 0.75% | 0.95% | - |
| XYZ | 63.63 | 79.41 | 16.25 | - |
| YUV | 215.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 60 | 0.06 | 0 | 0.75 | 0.05 | 64.97 | 0.87 | 0.59 |
| Hex | E2 | F1 | 3C | 6 | 0 | 4B | 5 | 41 | 57 | 3B |
| Octal | 342 | 361 | 74 | 6 | 0 | 113 | 5 | 101 | 127 | 73 |
| Binary | 11100010 | 11110001 | 111100 | 110 | 0 | 1001011 | 101 | 1000001 | 1010111 | 111011 |
Color Harmonies of #E2F13C
Complementary color
Monochromatic Colors of #E2F13C
Black with #E2F13C
Text Example
Text Example
White with #E2F13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F13C; }
p { color: rgb(226,241,60); }
H1.HeaderClassName
{
color: #E2F13C;
}
.AnyTagClassName
{
color: #E2F13C;
}
</style>
background-color css
<style>
a { background-color: #E2F13C; }
a { background-color: rgb(226,241,60); }
div.DivClassName
{
background-color: #E2F13C;
}
.BgClassName
{
background-color: #E2F13C;
}
</style>
border-color css
<style>
span { border-color: #E2F13C; }
span { border-color: rgb(226,241,60); }
td.TdClassName
{
border-color: #E2F13C;
}
.TagClassName
{
border-color: #E2F13C;
}
</style>