Shades of Starship #DEEE45
Tints of Starship #DEEE45
RGB
CMYK
RGB Variations
Color information
#DEEE45 (or 0xDEEE45) is known color: Starship. HEX triplet: DE, EE and 45. RGB value is (222,238,69). Sum of RGB (Red+Green+Blue) = 222+238+69=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE45 is #2111BA. Grayscale: #D6D6D6. Windows color (decimal): -2167227 or 4583134. OLE color: 4583134.
HSL color Cylindrical-coordinate representation of color #DEEE45: hue angle of 65.68º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEEE45 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 69 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.07 |
| HSL | 65.68º | 0.83% | 0.6% | - |
| HSV(B) | 65.68º | 0.71% | 0.93% | - |
| XYZ | 61.77 | 77.11 | 17.26 | - |
| YUV | 213.95 | 46.2 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 69 | 0.07 | 0 | 0.71 | 0.07 | 65.68 | 0.83 | 0.6 |
| Hex | DE | EE | 45 | 7 | 0 | 47 | 7 | 42 | 53 | 3C |
| Octal | 336 | 356 | 105 | 7 | 0 | 107 | 7 | 102 | 123 | 74 |
| Binary | 11011110 | 11101110 | 1000101 | 111 | 0 | 1000111 | 111 | 1000010 | 1010011 | 111100 |
Color Harmonies of #DEEE45
Complementary color
Monochromatic Colors of #DEEE45
Black with #DEEE45
Text Example
Text Example
White with #DEEE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE45; }
p { color: rgb(222,238,69); }
H1.HeaderClassName
{
color: #DEEE45;
}
.AnyTagClassName
{
color: #DEEE45;
}
</style>
background-color css
<style>
a { background-color: #DEEE45; }
a { background-color: rgb(222,238,69); }
div.DivClassName
{
background-color: #DEEE45;
}
.BgClassName
{
background-color: #DEEE45;
}
</style>
border-color css
<style>
span { border-color: #DEEE45; }
span { border-color: rgb(222,238,69); }
td.TdClassName
{
border-color: #DEEE45;
}
.TagClassName
{
border-color: #DEEE45;
}
</style>