Shades of Starship #E2F23F
Tints of Starship #E2F23F
RGB
CMYK
RGB Variations
Color information
#E2F23F (or 0xE2F23F) is known color: Starship. HEX triplet: E2, F2 and 3F. RGB value is (226,242,63). Sum of RGB (Red+Green+Blue) = 226+242+63=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 63 (25% from 255 or 11.86% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F23F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F23F is #1D0DC0. Grayscale: #D9D9D9. Windows color (decimal): -1904065 or 4190946. OLE color: 4190946.
HSL color Cylindrical-coordinate representation of color #E2F23F: hue angle of 65.36º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2F23F is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 63 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.05 |
| HSL | 65.36º | 0.87% | 0.6% | - |
| HSV(B) | 65.36º | 0.74% | 0.95% | - |
| XYZ | 64.01 | 80.03 | 16.78 | - |
| YUV | 216.81 | 41.2 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 63 | 0.07 | 0 | 0.74 | 0.05 | 65.36 | 0.87 | 0.6 |
| Hex | E2 | F2 | 3F | 7 | 0 | 4A | 5 | 41 | 57 | 3C |
| Octal | 342 | 362 | 77 | 7 | 0 | 112 | 5 | 101 | 127 | 74 |
| Binary | 11100010 | 11110010 | 111111 | 111 | 0 | 1001010 | 101 | 1000001 | 1010111 | 111100 |
Color Harmonies of #E2F23F
Complementary color
Monochromatic Colors of #E2F23F
Black with #E2F23F
Text Example
Text Example
White with #E2F23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F23F; }
p { color: rgb(226,242,63); }
H1.HeaderClassName
{
color: #E2F23F;
}
.AnyTagClassName
{
color: #E2F23F;
}
</style>
background-color css
<style>
a { background-color: #E2F23F; }
a { background-color: rgb(226,242,63); }
div.DivClassName
{
background-color: #E2F23F;
}
.BgClassName
{
background-color: #E2F23F;
}
</style>
border-color css
<style>
span { border-color: #E2F23F; }
span { border-color: rgb(226,242,63); }
td.TdClassName
{
border-color: #E2F23F;
}
.TagClassName
{
border-color: #E2F23F;
}
</style>