Shades of Starship #DFEE3E
Tints of Starship #DFEE3E
RGB
CMYK
RGB Variations
Color information
#DFEE3E (or 0xDFEE3E) is known color: Starship. HEX triplet: DF, EE and 3E. RGB value is (223,238,62). Sum of RGB (Red+Green+Blue) = 223+238+62=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 62 (24.61% from 255 or 11.85% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEE3E is #2011C1. Grayscale: #D6D6D6. Windows color (decimal): -2101698 or 4124383. OLE color: 4124383.
HSL color Cylindrical-coordinate representation of color #DFEE3E: hue angle of 65.11º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFEE3E is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 62 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.07 |
| HSL | 65.11º | 0.84% | 0.59% | - |
| HSV(B) | 65.11º | 0.74% | 0.93% | - |
| XYZ | 61.88 | 77.18 | 16.19 | - |
| YUV | 213.45 | 42.53 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 62 | 0.06 | 0 | 0.74 | 0.07 | 65.11 | 0.84 | 0.59 |
| Hex | DF | EE | 3E | 6 | 0 | 4A | 7 | 41 | 54 | 3B |
| Octal | 337 | 356 | 76 | 6 | 0 | 112 | 7 | 101 | 124 | 73 |
| Binary | 11011111 | 11101110 | 111110 | 110 | 0 | 1001010 | 111 | 1000001 | 1010100 | 111011 |
Color Harmonies of #DFEE3E
Complementary color
Monochromatic Colors of #DFEE3E
Black with #DFEE3E
Text Example
Text Example
White with #DFEE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEE3E; }
p { color: rgb(223,238,62); }
H1.HeaderClassName
{
color: #DFEE3E;
}
.AnyTagClassName
{
color: #DFEE3E;
}
</style>
background-color css
<style>
a { background-color: #DFEE3E; }
a { background-color: rgb(223,238,62); }
div.DivClassName
{
background-color: #DFEE3E;
}
.BgClassName
{
background-color: #DFEE3E;
}
</style>
border-color css
<style>
span { border-color: #DFEE3E; }
span { border-color: rgb(223,238,62); }
td.TdClassName
{
border-color: #DFEE3E;
}
.TagClassName
{
border-color: #DFEE3E;
}
</style>