Shades of Starship #DEF346
Tints of Starship #DEF346
RGB
CMYK
RGB Variations
Color information
#DEF346 (or 0xDEF346) is known color: Starship. HEX triplet: DE, F3 and 46. RGB value is (222,243,70). Sum of RGB (Red+Green+Blue) = 222+243+70=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 70 (27.73% from 255 or 13.08% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF346 is #210CB9. Grayscale: #D9D9D9. Windows color (decimal): -2165946 or 4649950. OLE color: 4649950.
HSL color Cylindrical-coordinate representation of color #DEF346: hue angle of 67.28º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEF346 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 70 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.05 |
| HSL | 67.28º | 0.88% | 0.61% | - |
| HSV(B) | 67.28º | 0.71% | 0.95% | - |
| XYZ | 63.28 | 80.07 | 17.91 | - |
| YUV | 217 | 45.04 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 70 | 0.09 | 0 | 0.71 | 0.05 | 67.28 | 0.88 | 0.61 |
| Hex | DE | F3 | 46 | 9 | 0 | 47 | 5 | 43 | 58 | 3D |
| Octal | 336 | 363 | 106 | 11 | 0 | 107 | 5 | 103 | 130 | 75 |
| Binary | 11011110 | 11110011 | 1000110 | 1001 | 0 | 1000111 | 101 | 1000011 | 1011000 | 111101 |
Color Harmonies of #DEF346
Complementary color
Monochromatic Colors of #DEF346
Black with #DEF346
Text Example
Text Example
White with #DEF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF346; }
p { color: rgb(222,243,70); }
H1.HeaderClassName
{
color: #DEF346;
}
.AnyTagClassName
{
color: #DEF346;
}
</style>
background-color css
<style>
a { background-color: #DEF346; }
a { background-color: rgb(222,243,70); }
div.DivClassName
{
background-color: #DEF346;
}
.BgClassName
{
background-color: #DEF346;
}
</style>
border-color css
<style>
span { border-color: #DEF346; }
span { border-color: rgb(222,243,70); }
td.TdClassName
{
border-color: #DEF346;
}
.TagClassName
{
border-color: #DEF346;
}
</style>