Shades of Starship #E5FC3C
Tints of Starship #E5FC3C
RGB
CMYK
RGB Variations
Color information
#E5FC3C (or 0xE5FC3C) is known color: Starship. HEX triplet: E5, FC and 3C. RGB value is (229,252,60). Sum of RGB (Red+Green+Blue) = 229+252+60=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 60 (23.83% from 255 or 11.09% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #E5FC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FC3C is #1A03C3. Grayscale: #DFDFDF. Windows color (decimal): -1704900 or 3996901. OLE color: 3996901.
HSL color Cylindrical-coordinate representation of color #E5FC3C: hue angle of 67.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5FC3C is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 252 | 60 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.01 |
| HSL | 67.19º | 0.97% | 0.61% | - |
| HSV(B) | 67.19º | 0.76% | 0.99% | - |
| XYZ | 67.94 | 86.61 | 17.41 | - |
| YUV | 223.24 | 35.88 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 252 | 60 | 0.09 | 0 | 0.76 | 0.01 | 67.19 | 0.97 | 0.61 |
| Hex | E5 | FC | 3C | 9 | 0 | 4C | 1 | 43 | 61 | 3D |
| Octal | 345 | 374 | 74 | 11 | 0 | 114 | 1 | 103 | 141 | 75 |
| Binary | 11100101 | 11111100 | 111100 | 1001 | 0 | 1001100 | 1 | 1000011 | 1100001 | 111101 |
Color Harmonies of #E5FC3C
Complementary color
Monochromatic Colors of #E5FC3C
Black with #E5FC3C
Text Example
Text Example
White with #E5FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FC3C; }
p { color: rgb(229,252,60); }
H1.HeaderClassName
{
color: #E5FC3C;
}
.AnyTagClassName
{
color: #E5FC3C;
}
</style>
background-color css
<style>
a { background-color: #E5FC3C; }
a { background-color: rgb(229,252,60); }
div.DivClassName
{
background-color: #E5FC3C;
}
.BgClassName
{
background-color: #E5FC3C;
}
</style>
border-color css
<style>
span { border-color: #E5FC3C; }
span { border-color: rgb(229,252,60); }
td.TdClassName
{
border-color: #E5FC3C;
}
.TagClassName
{
border-color: #E5FC3C;
}
</style>