Shades of Starship #DEEA41
Tints of Starship #DEEA41
RGB
CMYK
RGB Variations
Color information
#DEEA41 (or 0xDEEA41) is known color: Starship. HEX triplet: DE, EA and 41. RGB value is (222,234,65). Sum of RGB (Red+Green+Blue) = 222+234+65=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA41 is #2115BE. Grayscale: #D3D3D3. Windows color (decimal): -2168255 or 4319966. OLE color: 4319966.
HSL color Cylindrical-coordinate representation of color #DEEA41: hue angle of 64.26º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEEA41 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 65 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.08 |
| HSL | 64.26º | 0.8% | 0.59% | - |
| HSV(B) | 64.26º | 0.72% | 0.92% | - |
| XYZ | 60.5 | 74.76 | 16.24 | - |
| YUV | 211.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 65 | 0.05 | 0 | 0.72 | 0.08 | 64.26 | 0.8 | 0.59 |
| Hex | DE | EA | 41 | 5 | 0 | 48 | 8 | 40 | 50 | 3B |
| Octal | 336 | 352 | 101 | 5 | 0 | 110 | 10 | 100 | 120 | 73 |
| Binary | 11011110 | 11101010 | 1000001 | 101 | 0 | 1001000 | 1000 | 1000000 | 1010000 | 111011 |
Color Harmonies of #DEEA41
Complementary color
Monochromatic Colors of #DEEA41
Black with #DEEA41
Text Example
Text Example
White with #DEEA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA41; }
p { color: rgb(222,234,65); }
H1.HeaderClassName
{
color: #DEEA41;
}
.AnyTagClassName
{
color: #DEEA41;
}
</style>
background-color css
<style>
a { background-color: #DEEA41; }
a { background-color: rgb(222,234,65); }
div.DivClassName
{
background-color: #DEEA41;
}
.BgClassName
{
background-color: #DEEA41;
}
</style>
border-color css
<style>
span { border-color: #DEEA41; }
span { border-color: rgb(222,234,65); }
td.TdClassName
{
border-color: #DEEA41;
}
.TagClassName
{
border-color: #DEEA41;
}
</style>