Shades of Starship #DEEF3F
Tints of Starship #DEEF3F
RGB
CMYK
RGB Variations
Color information
#DEEF3F (or 0xDEEF3F) is known color: Starship. HEX triplet: DE, EF and 3F. RGB value is (222,239,63). Sum of RGB (Red+Green+Blue) = 222+239+63=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF3F is #2110C0. Grayscale: #D6D6D6. Windows color (decimal): -2166977 or 4190174. OLE color: 4190174.
HSL color Cylindrical-coordinate representation of color #DEEF3F: hue angle of 65.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEEF3F is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 63 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.06 |
| HSL | 65.8º | 0.85% | 0.59% | - |
| HSV(B) | 65.8º | 0.74% | 0.94% | - |
| XYZ | 61.89 | 77.62 | 16.42 | - |
| YUV | 213.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 63 | 0.07 | 0 | 0.74 | 0.06 | 65.8 | 0.85 | 0.59 |
| Hex | DE | EF | 3F | 7 | 0 | 4A | 6 | 42 | 55 | 3B |
| Octal | 336 | 357 | 77 | 7 | 0 | 112 | 6 | 102 | 125 | 73 |
| Binary | 11011110 | 11101111 | 111111 | 111 | 0 | 1001010 | 110 | 1000010 | 1010101 | 111011 |
Color Harmonies of #DEEF3F
Complementary color
Monochromatic Colors of #DEEF3F
Black with #DEEF3F
Text Example
Text Example
White with #DEEF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF3F; }
p { color: rgb(222,239,63); }
H1.HeaderClassName
{
color: #DEEF3F;
}
.AnyTagClassName
{
color: #DEEF3F;
}
</style>
background-color css
<style>
a { background-color: #DEEF3F; }
a { background-color: rgb(222,239,63); }
div.DivClassName
{
background-color: #DEEF3F;
}
.BgClassName
{
background-color: #DEEF3F;
}
</style>
border-color css
<style>
span { border-color: #DEEF3F; }
span { border-color: rgb(222,239,63); }
td.TdClassName
{
border-color: #DEEF3F;
}
.TagClassName
{
border-color: #DEEF3F;
}
</style>