Shades of Starship #E6F13E
Tints of Starship #E6F13E
RGB
CMYK
RGB Variations
Color information
#E6F13E (or 0xE6F13E) is known color: Starship. HEX triplet: E6, F1 and 3E. RGB value is (230,241,62). Sum of RGB (Red+Green+Blue) = 230+241+62=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 62 (24.61% from 255 or 11.63% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F13E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F13E is #190EC1. Grayscale: #DADADA. Windows color (decimal): -1642178 or 4125158. OLE color: 4125158.
HSL color Cylindrical-coordinate representation of color #E6F13E: hue angle of 63.69º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6F13E is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 62 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.05 |
| HSL | 63.69º | 0.86% | 0.59% | - |
| HSV(B) | 63.69º | 0.74% | 0.95% | - |
| XYZ | 64.96 | 80.08 | 16.59 | - |
| YUV | 217.31 | 40.36 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 62 | 0.05 | 0 | 0.74 | 0.05 | 63.69 | 0.86 | 0.59 |
| Hex | E6 | F1 | 3E | 5 | 0 | 4A | 5 | 40 | 56 | 3B |
| Octal | 346 | 361 | 76 | 5 | 0 | 112 | 5 | 100 | 126 | 73 |
| Binary | 11100110 | 11110001 | 111110 | 101 | 0 | 1001010 | 101 | 1000000 | 1010110 | 111011 |
Color Harmonies of #E6F13E
Complementary color
Monochromatic Colors of #E6F13E
Black with #E6F13E
Text Example
Text Example
White with #E6F13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F13E; }
p { color: rgb(230,241,62); }
H1.HeaderClassName
{
color: #E6F13E;
}
.AnyTagClassName
{
color: #E6F13E;
}
</style>
background-color css
<style>
a { background-color: #E6F13E; }
a { background-color: rgb(230,241,62); }
div.DivClassName
{
background-color: #E6F13E;
}
.BgClassName
{
background-color: #E6F13E;
}
</style>
border-color css
<style>
span { border-color: #E6F13E; }
span { border-color: rgb(230,241,62); }
td.TdClassName
{
border-color: #E6F13E;
}
.TagClassName
{
border-color: #E6F13E;
}
</style>