Shades of Starship #E6FD42
Tints of Starship #E6FD42
RGB
CMYK
RGB Variations
Color information
#E6FD42 (or 0xE6FD42) is known color: Starship. HEX triplet: E6, FD and 42. RGB value is (230,253,66). Sum of RGB (Red+Green+Blue) = 230+253+66=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 66 (26.17% from 255 or 12.02% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FD42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FD42 is #1902BD. Grayscale: #E1E1E1. Windows color (decimal): -1639102 or 4390374. OLE color: 4390374.
HSL color Cylindrical-coordinate representation of color #E6FD42: hue angle of 67.38º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6FD42 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 253 | 66 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.01 |
| HSL | 67.38º | 0.98% | 0.63% | - |
| HSV(B) | 67.38º | 0.74% | 0.99% | - |
| XYZ | 68.74 | 87.47 | 18.41 | - |
| YUV | 224.81 | 38.38 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 253 | 66 | 0.09 | 0 | 0.74 | 0.01 | 67.38 | 0.98 | 0.63 |
| Hex | E6 | FD | 42 | 9 | 0 | 4A | 1 | 43 | 62 | 3F |
| Octal | 346 | 375 | 102 | 11 | 0 | 112 | 1 | 103 | 142 | 77 |
| Binary | 11100110 | 11111101 | 1000010 | 1001 | 0 | 1001010 | 1 | 1000011 | 1100010 | 111111 |
Color Harmonies of #E6FD42
Complementary color
Monochromatic Colors of #E6FD42
Black with #E6FD42
Text Example
Text Example
White with #E6FD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FD42; }
p { color: rgb(230,253,66); }
H1.HeaderClassName
{
color: #E6FD42;
}
.AnyTagClassName
{
color: #E6FD42;
}
</style>
background-color css
<style>
a { background-color: #E6FD42; }
a { background-color: rgb(230,253,66); }
div.DivClassName
{
background-color: #E6FD42;
}
.BgClassName
{
background-color: #E6FD42;
}
</style>
border-color css
<style>
span { border-color: #E6FD42; }
span { border-color: rgb(230,253,66); }
td.TdClassName
{
border-color: #E6FD42;
}
.TagClassName
{
border-color: #E6FD42;
}
</style>