Shades of Starship #DEEE43
Tints of Starship #DEEE43
RGB
CMYK
RGB Variations
Color information
#DEEE43 (or 0xDEEE43) is known color: Starship. HEX triplet: DE, EE and 43. RGB value is (222,238,67). Sum of RGB (Red+Green+Blue) = 222+238+67=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 67 (26.56% from 255 or 12.71% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE43 is #2111BC. Grayscale: #D6D6D6. Windows color (decimal): -2167229 or 4452062. OLE color: 4452062.
HSL color Cylindrical-coordinate representation of color #DEEE43: hue angle of 65.61º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEEE43 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 67 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.07 |
| HSL | 65.61º | 0.83% | 0.6% | - |
| HSV(B) | 65.61º | 0.72% | 0.93% | - |
| XYZ | 61.71 | 77.08 | 16.94 | - |
| YUV | 213.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 67 | 0.07 | 0 | 0.72 | 0.07 | 65.61 | 0.83 | 0.6 |
| Hex | DE | EE | 43 | 7 | 0 | 48 | 7 | 42 | 53 | 3C |
| Octal | 336 | 356 | 103 | 7 | 0 | 110 | 7 | 102 | 123 | 74 |
| Binary | 11011110 | 11101110 | 1000011 | 111 | 0 | 1001000 | 111 | 1000010 | 1010011 | 111100 |
Color Harmonies of #DEEE43
Complementary color
Monochromatic Colors of #DEEE43
Black with #DEEE43
Text Example
Text Example
White with #DEEE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE43; }
p { color: rgb(222,238,67); }
H1.HeaderClassName
{
color: #DEEE43;
}
.AnyTagClassName
{
color: #DEEE43;
}
</style>
background-color css
<style>
a { background-color: #DEEE43; }
a { background-color: rgb(222,238,67); }
div.DivClassName
{
background-color: #DEEE43;
}
.BgClassName
{
background-color: #DEEE43;
}
</style>
border-color css
<style>
span { border-color: #DEEE43; }
span { border-color: rgb(222,238,67); }
td.TdClassName
{
border-color: #DEEE43;
}
.TagClassName
{
border-color: #DEEE43;
}
</style>